diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec index 2179803..ab66589 100644 --- a/perl-Test-SharedFork.spec +++ b/perl-Test-SharedFork.spec @@ -1,7 +1,7 @@ Name: perl-Test-SharedFork Summary: Fork test Version: 0.35 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-SharedFork-%{version}.tar.gz @@ -39,14 +39,11 @@ by keeping the test count consistent between parent and child processes. %setup -q -n Test-SharedFork-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT - -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; - %{_fixperms} %{buildroot}/* %check @@ -59,6 +56,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Jan 30 2016 Ralf Corsépius - 0.35-2 +- Modernize spec. + * Sat Jan 02 2016 Ralf Corsépius - 0.35-1 - Upstream update.