[perl-List-Compare] 0.41 bump

Petr Šabata psabata at fedoraproject.org
Mon Feb 9 14:54:56 UTC 2015


commit 00b468027e9a21f738e8690684a3a5c429c0278f
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 9 15:54:46 2015 +0100

    0.41 bump

 .gitignore             |    1 +
 perl-List-Compare.spec |   20 +++++++++++---------
 sources                |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f23998a..944624b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 List-Compare-0.37.tar.gz
 /List-Compare-0.38.tar.gz
 /List-Compare-0.39.tar.gz
+/List-Compare-0.41.tar.gz
diff --git a/perl-List-Compare.spec b/perl-List-Compare.spec
index 7964360..c41ead2 100644
--- a/perl-List-Compare.spec
+++ b/perl-List-Compare.spec
@@ -1,20 +1,23 @@
 Name:           perl-List-Compare
-Version:        0.39
-Release:        2%{?dist}
+Version:        0.41
+Release:        1%{?dist}
 Summary:        Compare elements of two or more lists
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/List-Compare
 Source0: http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/List-Compare-%{version}.tar.gz
 BuildArch:      noarch
+# Build
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Runtime
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(strict)
+# Tests only
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
@@ -27,16 +30,12 @@ Advanced functionality to compare members of two or more lists.
 %setup -q -n List-Compare-%{version}
 
 %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} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
 chmod -R u+w %{buildroot}/*
-# remove errant execute bit from the .pm's
-find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null +
 
 %check
 make test
@@ -47,6 +46,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 09 2015 Petr Šabata <contyk at redhat.com> - 0.41-1
+- 0.41 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.39-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index e079886..07950e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d94f1710c094213e91b85bd16dbd5d2  List-Compare-0.39.tar.gz
+0548ef748248a59fedb342dc2115e8cf  List-Compare-0.41.tar.gz


More information about the scm-commits mailing list