7.14 bump
This commit is contained in:
parent
adba686e51
commit
a56c2e5b55
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/ExtUtils-MakeMaker-7.08.tar.gz
|
/ExtUtils-MakeMaker-7.08.tar.gz
|
||||||
/ExtUtils-MakeMaker-7.10.tar.gz
|
/ExtUtils-MakeMaker-7.10.tar.gz
|
||||||
/ExtUtils-MakeMaker-7.12.tar.gz
|
/ExtUtils-MakeMaker-7.12.tar.gz
|
||||||
|
/ExtUtils-MakeMaker-7.14.tar.gz
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
%global cpan_name ExtUtils-MakeMaker
|
%global cpan_name ExtUtils-MakeMaker
|
||||||
%global cpan_version 7.12
|
|
||||||
|
|
||||||
Name: perl-%{cpan_name}
|
Name: perl-%{cpan_name}
|
||||||
Version: %(echo '%{cpan_version}' | tr _ .)
|
Version: 7.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Create a module Makefile
|
Summary: Create a module Makefile
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/%{cpan_name}/
|
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.
|
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
|
||||||
# This is copy from `perl' package. This is a distributor extension.
|
# This is copy from `perl' package. This is a distributor extension.
|
||||||
Patch0: %{cpan_name}-7.12-USE_MM_LD_RUN_PATH.patch
|
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.
|
is an overkill for small subroutines.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ExtUtils-MakeMaker-%{cpan_version}
|
%setup -q -n ExtUtils-MakeMaker-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -208,6 +207,9 @@ make test
|
|||||||
%{_mandir}/man3/ExtUtils::MM::Utils.*
|
%{_mandir}/man3/ExtUtils::MM::Utils.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 20 2016 Petr Pisar <ppisar@redhat.com> - 7.12-1
|
||||||
- 7.12 bump
|
- 7.12 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user