NO_PERLLOCAL=1 needs a recent ExtUtils::MakeMaker

This commit is contained in:
Petr Písař 2020-02-04 09:44:18 +01:00
parent b13eda4037
commit 8e85f55edf

View File

@ -7,7 +7,7 @@
Name: perl-Compress-Bzip2 Name: perl-Compress-Bzip2
Version: 2.26 Version: 2.26
Release: 15%{?dist} Release: 16%{?dist}
Summary: Interface to Bzip2 compression library Summary: Interface to Bzip2 compression library
# bzlib-src/win-tst-dlltest.c (unbundled): Public Domain # bzlib-src/win-tst-dlltest.c (unbundled): Public Domain
# bzlib-src/LICENSE (unbundled): BSD # bzlib-src/LICENSE (unbundled): BSD
@ -27,7 +27,7 @@ BuildRequires: perl(Config)
BuildRequires: perl(File::Copy) BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) BuildRequires: perl(strict)
# VMS::Filespec not needed # VMS::Filespec not needed
BuildRequires: sed BuildRequires: sed
@ -90,6 +90,9 @@ make test
%{_mandir}/man3/*.3pm* %{_mandir}/man3/*.3pm*
%changelog %changelog
* Tue Feb 04 2020 Petr Pisar <ppisar@redhat.com> - 2.26-16
- NO_PERLLOCAL=1 needs a recent ExtUtils::MakeMaker
* Tue Feb 04 2020 Tom Stellard <tstellar@redhat.com> - 2.26-15 * Tue Feb 04 2020 Tom Stellard <tstellar@redhat.com> - 2.26-15
- Use make_build macro - Use make_build macro
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make - https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make