Update to 0.78
This commit is contained in:
parent
22a121f53e
commit
e090804609
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <emmanuel@seyman.fr> - 1:0.78-1
|
||||
- Update to 0.78
|
||||
- Pass NO_PACKLIST to Makefile.PL
|
||||
- Drop Obsolete Obsoletes
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.77-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user