[perl-PAR-Packer] 1.022 bump

Petr Šabata psabata at fedoraproject.org
Mon Sep 29 14:47:16 UTC 2014


commit 8b4d45ad198cca3abdd276da0308ae9fafc3d6ae
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Sep 29 16:47:08 2014 +0200

    1.022 bump

 .gitignore           |    1 +
 perl-PAR-Packer.spec |   17 ++++++++++-------
 sources              |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a68f3a..71e8f0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ PAR-Packer-1.005.tar.gz
 /PAR-Packer-1.017.tar.gz
 /PAR-Packer-1.018.tar.gz
 /PAR-Packer-1.019.tar.gz
+/PAR-Packer-1.022.tar.gz
diff --git a/perl-PAR-Packer.spec b/perl-PAR-Packer.spec
index 52ac995..fd13977 100644
--- a/perl-PAR-Packer.spec
+++ b/perl-PAR-Packer.spec
@@ -1,6 +1,6 @@
 Name:           perl-PAR-Packer
-Version:        1.019
-Release:        3%{?dist}
+Version:        1.022
+Release:        1%{?dist}
 Summary:        PAR Packager
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,6 +17,7 @@ BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(ExtUtils::Embed)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Glob)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(Getopt::Long)
@@ -34,7 +35,7 @@ BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp) >= 0.05
 BuildRequires:  perl(Getopt::ArgvFile) >= 1.07
-BuildRequires:  perl(Module::ScanDeps) >= 1.09
+BuildRequires:  perl(Module::ScanDeps) >= 1.15
 BuildRequires:  perl(PAR) >= 1.005
 BuildRequires:  perl(PAR::Dist) >= 0.22
 BuildRequires:  perl(vars)
@@ -49,7 +50,7 @@ Requires:       perl(Compress::Zlib) >= 1.3
 Requires:       perl(File::Temp) >= 0.05
 Requires:       perl(Getopt::ArgvFile) >= 1.07
 Requires:       perl(IO::Compress::Gzip)
-Requires:       perl(Module::ScanDeps) >= 1.09
+Requires:       perl(Module::ScanDeps) >= 1.15
 Requires:       perl(PAR) >= 1.005
 Requires:       perl(PAR::Dist) >= 0.22
 
@@ -81,18 +82,17 @@ PAR files, perl scripts or executables.
 %prep
 %setup -q -n PAR-Packer-%{version}
 # Remove bundled modules
-rm -rf inc/*
+rm -rf inc
 sed -i -e '/^inc\//d' MANIFEST
 
 %build
 # DEBUG variable needed to disable stripping binary
-DEBUG=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+DEBUG=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
 # The Makefile is not parallel-safe.
 make
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 # Install desktop file
@@ -136,6 +136,9 @@ fi
 %{_datadir}/icons/hicolor/32x32/apps/tkpp.gif
 
 %changelog
+* Mon Sep 29 2014 Petr Šabata <contyk at redhat.com> - 1.022-1
+- 1.022 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.019-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d440b8b..3f0151b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f01da2330b842392f4e2efdad4e86e66  PAR-Packer-1.019.tar.gz
+69155f6ea29e3d4a60dd377b14537947  PAR-Packer-1.022.tar.gz


More information about the scm-commits mailing list