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 - 0.04-2 +- Define NO_PACKLIST + * Tue Nov 11 2014 Petr Šabata - 0.04-1 - 0.04 bump - Modernize spec