commit c5ebdf2601faf36a24d01e968c6e7b942b8e238f Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Mon Dec 1 18:09:31 2014 +0100 Our EU::MM is too old -- remove packlists manually perl-PAR-Packer.spec | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- diff --git a/perl-PAR-Packer.spec b/perl-PAR-Packer.spec index df3689c..9946897 100644 --- a/perl-PAR-Packer.spec +++ b/perl-PAR-Packer.spec @@ -87,7 +87,7 @@ sed -i -e '/^inc\//d' MANIFEST %build # DEBUG variable needed to disable stripping binary -DEBUG=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 +DEBUG=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" # The Makefile is not parallel-safe. make @@ -95,6 +95,7 @@ make make pure_install DESTDIR=%{buildroot} # Ensure pp(1) manpage points to the documentation from pp.pm ln -sf %{_mandir}/man3/pp.3pm %{buildroot}%{_mandir}/man1/pp.1 +find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; %{_fixperms} %{buildroot}/* # Install desktop file -- 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