7.14 bump

This commit is contained in:
Petr Písař 2016-04-25 08:01:29 +02:00
parent adba686e51
commit a56c2e5b55
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/ExtUtils-MakeMaker-7.08.tar.gz
/ExtUtils-MakeMaker-7.10.tar.gz
/ExtUtils-MakeMaker-7.12.tar.gz
/ExtUtils-MakeMaker-7.14.tar.gz

View File

@ -1,14 +1,13 @@
%global cpan_name ExtUtils-MakeMaker
%global cpan_version 7.12
Name: perl-%{cpan_name}
Version: %(echo '%{cpan_version}' | tr _ .)
Version: 7.14
Release: 1%{?dist}
Summary: Create a module Makefile
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/%{cpan_name}/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
# This is copy from `perl' package. This is a distributor extension.
Patch0: %{cpan_name}-7.12-USE_MM_LD_RUN_PATH.patch
@ -156,7 +155,7 @@ issue with ExtUtils::MakeMaker is it pulls in Perl header files and that
is an overkill for small subroutines.
%prep
%setup -q -n ExtUtils-MakeMaker-%{cpan_version}
%setup -q -n ExtUtils-MakeMaker-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
@ -208,6 +207,9 @@ make test
%{_mandir}/man3/ExtUtils::MM::Utils.*
%changelog
* Mon Apr 25 2016 Petr Pisar <ppisar@redhat.com> - 7.14-1
- 7.14 bump
* Wed Apr 20 2016 Petr Pisar <ppisar@redhat.com> - 7.12-1
- 7.12 bump

View File

@ -1 +1 @@
c6c586a957d7cdb66f5c55247c529bf9 ExtUtils-MakeMaker-7.12.tar.gz
2d406187010851e8f1e467cec6681b9f ExtUtils-MakeMaker-7.14.tar.gz