diff --git a/perl-App-FatPacker.spec b/perl-App-FatPacker.spec index e965722..05744e9 100644 --- a/perl-App-FatPacker.spec +++ b/perl-App-FatPacker.spec @@ -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}