modify release and description

This commit is contained in:
small_leek 2020-07-15 10:43:53 +08:00
parent d8a78516b2
commit 81414afa41

View File

@ -1,8 +1,8 @@
%global _empty_manifest_terminate_build 0
Name: perl-App-FatPacker
Version: 0.010008
Release: 2
Summary: App::FatPacker Perl module
Release: 1
Summary: Pack dependencies onto a script file
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/App-FatPacker/
Source0: http://www.cpan.org/authors/id/M/MS/MSTROUT/App-FatPacker-%{version}.tar.gz
@ -16,18 +16,16 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $
Requires: perl(Getopt::Long)
%description
$ fatpack trace myscript.pl $ fatpack packlists-for `cat fatpacker.trace`
>packlists $ fatpack tree `cat packlists` $ fatpack file myscript.pl
>myscript.packed.pl
This tool does all the work of tracing, collecting packlists, extracting
perl modules in fatlib, and then concatenating them into a packed script.
%package help
Summary: App::FatPacker Perl module
Summary: Pack dependencies onto a script file
Provides: perl-App-FatPacker-doc
%description help
$ fatpack trace myscript.pl $ fatpack packlists-for `cat fatpacker.trace`
>packlists $ fatpack tree `cat packlists` $ fatpack file myscript.pl
>myscript.packed.pl
This tool does all the work of tracing, collecting packlists, extracting
perl modules in fatlib, and then concatenating them into a packed script.
%prep
%setup -q -n App-FatPacker-%{version}