commit f7a497b0ddcdfcce838c1619aebbdad3367b1404 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Tue Nov 11 12:02:45 2014 +0100 Define NO_PACKLIST perl-B-Compiling.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/perl-B-Compiling.spec b/perl-B-Compiling.spec index 3b96b6f..6d1e445 100644 --- a/perl-B-Compiling.spec +++ b/perl-B-Compiling.spec @@ -1,6 +1,6 @@ Name: perl-B-Compiling Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Expose PL_compiling to perl License: GPL+ or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ This module exposes the perl interpreter's PL_compiling variable to perl. %setup -q -n B-Compiling-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 make %{?_smp_mflags} %install @@ -47,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Nov 11 2014 Petr Šabata <contyk@xxxxxxxxxx> - 0.04-2 +- Define NO_PACKLIST + * Tue Nov 11 2014 Petr Šabata <contyk@xxxxxxxxxx> - 0.04-1 - 0.04 bump - Modernize spec -- 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