Define NO_PACKLIST

f38
Petr Šabata 10 years ago
parent 7384a50b35
commit f7a497b0dd

@ -1,6 +1,6 @@
Name: perl-B-Compiling Name: perl-B-Compiling
Version: 0.04 Version: 0.04
Release: 1%{?dist} Release: 2%{?dist}
Summary: Expose PL_compiling to perl Summary: Expose PL_compiling to perl
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries 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} %setup -q -n B-Compiling-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -47,6 +47,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Nov 11 2014 Petr Šabata <contyk@redhat.com> - 0.04-2
- Define NO_PACKLIST
* Tue Nov 11 2014 Petr Šabata <contyk@redhat.com> - 0.04-1 * Tue Nov 11 2014 Petr Šabata <contyk@redhat.com> - 0.04-1
- 0.04 bump - 0.04 bump
- Modernize spec - Modernize spec

Loading…
Cancel
Save