diff --git a/.gitignore b/.gitignore index f1b8d98..50e2e85 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ FCGI-0.71.tar.gz /FCGI-0.74.tar.gz /FCGI-0.75.tar.gz /FCGI-0.77.tar.gz +/FCGI-0.78.tar.gz diff --git a/perl-FCGI.spec b/perl-FCGI.spec index e918da1..42ddec0 100644 --- a/perl-FCGI.spec +++ b/perl-FCGI.spec @@ -2,8 +2,8 @@ Name: perl-FCGI Summary: FastCGI Perl bindings # needed to properly replace/obsolete fcgi-perl Epoch: 1 -Version: 0.77 -Release: 7%{?dist} +Version: 0.78 +Release: 1%{?dist} # same as fcgi License: OML @@ -13,7 +13,7 @@ BuildRequires: perl BuildRequires: perl(Config) BuildRequires: perl(Cwd) # ExtUtils::Liblist not used -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(File::Copy) # File::Spec not used on Linux BuildRequires: perl(Getopt::Long) @@ -27,8 +27,6 @@ BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) Requires: perl(XSLoader) -# Dropped during f19 development cycle -Obsoletes: %{name}-tests <= 1:0.74-6 %{?perl_default_filter} @@ -40,26 +38,29 @@ Obsoletes: %{name}-tests <= 1:0.74-6 find . -type f -exec chmod -c -x {} + %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' %{_fixperms} %{buildroot}/* %check make test %files -%license LICENSE.TERMS +%license LICENSE %doc ChangeLog README %{perl_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto %{_mandir}/man3/*.3* %changelog +* Fri Mar 11 2016 Emmanuel Seyman - 1:0.78-1 +- Update to 0.78 +- Pass NO_PACKLIST to Makefile.PL +- Drop Obsolete Obsoletes + * Thu Feb 04 2016 Fedora Release Engineering - 1:0.77-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 56402b1..0c91e0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d88f0fe90f05973522813263b0be39b FCGI-0.77.tar.gz +916cd2887b27265cd8dcfd3280135270 FCGI-0.78.tar.gz