perl-FCGI package update
Signed-off-by: webbuilder_pel7ppc64lebuilder0 <webbuilder@powerel.org>master
parent
137abc8e53
commit
00f042c6d4
|
@ -0,0 +1,113 @@
|
|||
Name: perl-FCGI
|
||||
Summary: FastCGI Perl bindings
|
||||
# needed to properly replace/obsolete fcgi-perl
|
||||
Epoch: 1
|
||||
Version: 0.74
|
||||
Release: 8%{?dist}
|
||||
# same as fcgi
|
||||
License: OML
|
||||
Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/FCGI
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::Liblist)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(Test)
|
||||
Provides: fcgi-perl = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: fcgi-perl =< 2.4.0
|
||||
# Dropped during f19 development cycle
|
||||
Obsoletes: %{name}-tests <= 0.74-6
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n FCGI-%{version}
|
||||
find . -type f -exec chmod -c -x {} +
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
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
|
||||
%doc ChangeLog README LICENSE.TERMS
|
||||
%{perl_vendorarch}/*
|
||||
%exclude %dir %{perl_vendorarch}/auto
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:0.74-8
|
||||
- Mass rebuild 2014-01-24
|
||||
|
||||
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:0.74-7
|
||||
- Mass rebuild 2013-12-27
|
||||
|
||||
* Thu Aug 01 2013 Petr Šabata <contyk@redhat.com> - 1:0.74-6.1
|
||||
- Fix the dependency list
|
||||
- Remove th *.PL scripts from %%doc
|
||||
|
||||
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 1:0.74-6
|
||||
- Add missing buildtime dependencies
|
||||
- Drop command macros
|
||||
- Drop the tests subpackage
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.74-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1:0.74-4
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 1:0.74-3
|
||||
- Specify all dependencies
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.74-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Sat Sep 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.74-1
|
||||
- update to latest upstream
|
||||
- drop cve-2011-2766 patch
|
||||
|
||||
* Fri Sep 23 2011 Iain Arnell <iarnell@gmail.com> 1:0.73-3
|
||||
- patch to resolve rhbz#736604 cve-2011-2766
|
||||
|
||||
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.73-2
|
||||
- Perl mass rebuild
|
||||
|
||||
* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.73-1
|
||||
- update to 0.73, clean spec file
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.71-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.71-4
|
||||
- 661697 rebuild for fixing problems with vendorach/lib
|
||||
|
||||
* Sat May 15 2010 Chris Weyl <cweyl@alumni.drew.edu> 1:0.71-3
|
||||
- and fix our tests subpackage included files
|
||||
|
||||
* Sat May 15 2010 Chris Weyl <cweyl@alumni.drew.edu> 1:0.71-2
|
||||
- fix license: BSD => OML
|
||||
|
||||
* Sat May 08 2010 Chris Weyl <cweyl@alumni.drew.edu> 1:0.71-1
|
||||
- specfile by Fedora::App::MaintainerTools 0.006
|
||||
|
||||
|
Loading…
Reference in New Issue