7.38 bump
This commit is contained in:
parent
968529e26e
commit
461ec4f66d
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/ExtUtils-MakeMaker-7.32.tar.gz
|
||||
/ExtUtils-MakeMaker-7.34.tar.gz
|
||||
/ExtUtils-MakeMaker-7.36.tar.gz
|
||||
/ExtUtils-MakeMaker-7.38.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
Name: perl-%{cpan_name}
|
||||
Epoch: 2
|
||||
Version: 7.36
|
||||
Release: 4%{?dist}
|
||||
Version: 7.38
|
||||
Release: 1%{?dist}
|
||||
Summary: Create a module Makefile
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@ -46,7 +46,6 @@ BuildRequires: perl(version)
|
||||
BuildRequires: perl(warnings)
|
||||
# If an XS module is compiled, xsubpp(1) is needed
|
||||
BuildRequires: perl-ExtUtils-ParseXS
|
||||
BuildRequires: sed
|
||||
# Tests:
|
||||
BuildRequires: perl(AutoSplit)
|
||||
BuildRequires: perl(base)
|
||||
@ -171,13 +170,13 @@ is an overkill for small subroutines.
|
||||
%patch4 -p1
|
||||
# Remove bundled modules
|
||||
rm -rf bundled
|
||||
sed -i -e '/^bundled\// d' MANIFEST
|
||||
perl -i -ne 'print $_ unless m{^bundled/}' MANIFEST
|
||||
rm -rf t/lib/Test
|
||||
sed -i -e '/^t\/lib\/Test\// d' MANIFEST
|
||||
perl -i -ne 'print $_ unless m{^t/lib/Test/}' MANIFEST
|
||||
rm -rf lib/ExtUtils/MakeMaker/version{,.pm}
|
||||
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/version[\/\.]/ d' MANIFEST
|
||||
perl -i -ne 'print $_ unless m{^lib/ExtUtils/MakeMaker/version(?:/|\.pm)}' MANIFEST
|
||||
rm -rf lib/ExtUtils/MakeMaker/Locale.pm
|
||||
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/Locale\.pm/ d' MANIFEST
|
||||
perl -i -ne 'print $_ unless m{^lib/ExtUtils/MakeMaker/Locale\.pm}' MANIFEST
|
||||
|
||||
%build
|
||||
BUILDING_AS_PACKAGE=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
@ -214,6 +213,9 @@ make test
|
||||
%{_mandir}/man3/ExtUtils::MM::Utils.*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 11 2019 Petr Pisar <ppisar@redhat.com> - 2:7.38-1
|
||||
- 7.38 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.36-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ExtUtils-MakeMaker-7.36.tar.gz) = dcc15f85116e4aa0258d3be643d89753b0a6c45db95de15957d1c4edf9cad086c7e670a420dccb3e7758310e3520651add7c8f34609e347f1fc8ecf48160b24f
|
||||
SHA512 (ExtUtils-MakeMaker-7.38.tar.gz) = f6fcd28e96a11b321eca3e71d5378f5abf9e6281e314109414b772f33ad2e43a668e50ccac150c66b9aa0fb7a2152fcc8e8075d617e93ec7164f37b2d0039bd1
|
||||
|
Loading…
Reference in New Issue
Block a user