Name: perl-CGI-Compile Summary: Compile .cgi scripts to a code reference like ModPerl::Registry Version: 0.15 Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/CGI-Compile-%{version}.tar.gz URL: http://search.cpan.org/dist/CGI-Compile Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(CGI) BuildRequires: perl(CGI::Emulate::PSGI) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(File::pushd) BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Requires) %{?perl_default_filter} %{?perl_default_subpackage_tests} %description CGI::Compile is an utility to compile CGI scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment. %prep %setup -q -n CGI-Compile-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Jan 13 2012 Fedora Release Engineering - 0.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Oct 02 2011 Iain Arnell 0.15-1 - update to latest upstream version - clean up spec for modern rpmbuild * Fri Jun 24 2011 Marcela Mašláňová - 0.11-5 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 08 2010 Ralf Corsépius - 0.11-3 - Add BR: perl(CGI) (Fix FTBFS: BZ 660891). * Tue Jun 22 2010 Petr Pisar - 0.11-2 - Rebuild against perl-5.12 * Sat Mar 20 2010 Chris Weyl 0.11-1 - specfile by Fedora::App::MaintainerTools 0.006