[perl-Module-Path] 0.18 bump

Petr Šabata psabata at fedoraproject.org
Thu Dec 18 12:28:11 UTC 2014


commit 5ce36396cf1dfe0c83fc168f23ed4f376860cd4c
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Dec 18 13:28:02 2014 +0100

    0.18 bump

 .gitignore            |    1 +
 perl-Module-Path.spec |   13 ++++++++-----
 sources               |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e71d92..e4cfeca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Module-Path-0.13.tar.gz
 /Module-Path-0.14.tar.gz
 /Module-Path-0.15.tar.gz
+/Module-Path-0.18.tar.gz
diff --git a/perl-Module-Path.spec b/perl-Module-Path.spec
index 7c9507d..b1f5a36 100644
--- a/perl-Module-Path.spec
+++ b/perl-Module-Path.spec
@@ -1,5 +1,5 @@
 Name:           perl-Module-Path
-Version:        0.15
+Version:        0.18
 Release:        1%{?dist}
 Summary:        Get the full path to a locally installed module
 License:        GPL+ or Artistic
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Module-Path/
 Source0:        http://www.cpan.org/authors/id/N/NE/NEILB/Module-Path-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -35,25 +35,28 @@ any symbolic links.
 sed -i -e '1s|^#!.*|#!%{__perl}|' bin/mpath
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{_bindir}/*
 %{perl_vendorlib}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 18 2014 Petr Šabata <contyk at redhat.com> - 0.18-1
+- 0.18 bump
+
 * Fri Oct 17 2014 Petr Pisar <ppisar at redhat.com> - 0.15-1
 - 0.15 bump
 
diff --git a/sources b/sources
index 5d4a256..2ed7a37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75e84f23e1ee15b84b8b1a50fdad7708  Module-Path-0.15.tar.gz
+a3d24d0698e8e00604cc112b70821814  Module-Path-0.18.tar.gz


More information about the scm-commits mailing list