[perl-App-Cmd] Update to 0.327

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 1 08:17:40 UTC 2015


commit b6b1eb88f7ea0f24021f56c365bf9abacd3c7fea
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Mar 1 09:17:35 2015 +0100

    Update to 0.327

 .gitignore        |  1 +
 perl-App-Cmd.spec | 11 ++++++-----
 sources           |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0892a4..7dfac95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ App-Cmd-0.307.tar.gz
 /App-Cmd-0.323.tar.gz
 /App-Cmd-0.324.tar.gz
 /App-Cmd-0.326.tar.gz
+/App-Cmd-0.327.tar.gz
diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec
index 9fde4d0..101e6d3 100644
--- a/perl-App-Cmd.spec
+++ b/perl-App-Cmd.spec
@@ -1,6 +1,6 @@
 Name:           perl-App-Cmd
 Summary:        Write command line apps with less suffering
-Version:        0.326
+Version:        0.327
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 
@@ -16,7 +16,7 @@ BuildRequires:  perl(Class::Load) >= 0.06
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Data::OptList)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.084
 BuildRequires:  perl(IO::TieCombine) >= 1
@@ -50,13 +50,11 @@ For information on how to start using App::Cmd, see App::Cmd::Tutorial.
 perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
@@ -70,6 +68,9 @@ make test
 %{_mandir}/man3/App*.3*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.327-1
+- Update to 0.327
+
 * Thu Dec 04 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.326-1
 - Update to 0.326
 - Drop LICENSE from the documentation
diff --git a/sources b/sources
index 5abced4..933f5d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-283452726557f7e6cdb55bdc9998f121  App-Cmd-0.326.tar.gz
+9f68d78db859888d569188f6f3db065d  App-Cmd-0.327.tar.gz


More information about the scm-commits mailing list