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