NO_PERLLOCAL=1 needs a recent ExtUtils::MakeMaker
This commit is contained in:
parent
b13eda4037
commit
8e85f55edf
@ -7,7 +7,7 @@
|
||||
|
||||
Name: perl-Compress-Bzip2
|
||||
Version: 2.26
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Summary: Interface to Bzip2 compression library
|
||||
# bzlib-src/win-tst-dlltest.c (unbundled): Public Domain
|
||||
# bzlib-src/LICENSE (unbundled): BSD
|
||||
@ -27,7 +27,7 @@ BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
# VMS::Filespec not needed
|
||||
BuildRequires: sed
|
||||
@ -90,6 +90,9 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%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
|
||||
- Use make_build macro
|
||||
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
||||
|
Loading…
Reference in New Issue
Block a user