>From 41f6c7cd69230c104df2ffd6daa6c386d843e54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk@xxxxxxxxxx> Date: Fri, 17 Apr 2015 09:45:08 +0200 Subject: EL7 doesn't ship with the latest EU::MM diff --git a/perl-PerlIO-gzip.spec b/perl-PerlIO-gzip.spec index 542a623..95f4cc0 100644 --- a/perl-PerlIO-gzip.spec +++ b/perl-PerlIO-gzip.spec @@ -10,7 +10,7 @@ BuildRequires: zlib-devel # Build BuildRequires: perl BuildRequires: perl(Config) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(ExtUtils::MakeMaker) # Runtime BuildRequires: perl(strict) BuildRequires: perl(warnings) @@ -39,11 +39,12 @@ iconv -f latin1 -t utf8 README > README.utf8 && \ mv README.utf8 README %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} + %{_fixperms} %{buildroot}/* -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-PerlIO-gzip.git/commit/?h=epel7&id=41f6c7cd69230c104df2ffd6daa6c386d843e54c -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel