Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-FastCGI/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29674/devel Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-FastCGI.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-FastCGI-0_02-2_fc13:HEAD:perl-CGI-Application-FastCGI-0.02-2.fc13.src.rpm:1278958813 --- NEW FILE perl-CGI-Application-FastCGI.spec --- Name: perl-CGI-Application-FastCGI Version: 0.02 Release: 2%{?dist} Summary: For using CGI::Application under FastCGI License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-FastCGI/ Source0: http://www.cpan.org/authors/id/N/NA/NAOYA/CGI-Application-FastCGI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(FCGI) >= 0.6 BuildRequires: perl(Test::More) Requires: perl(CGI::Application) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description Inherit this module instead of CGI::Application if you want to run your cgi programs based on CGI::Application under FastCGI. %prep %setup -q -n CGI-Application-FastCGI-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jul 11 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 0.02-2 - Add perl(CGI::Application) to Requires * Fri Mar 05 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 0.02-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-FastCGI/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 12 Jul 2010 17:32:18 -0000 1.1 +++ .cvsignore 12 Jul 2010 18:21:20 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-FastCGI-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-FastCGI/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 12 Jul 2010 17:32:18 -0000 1.1 +++ sources 12 Jul 2010 18:21:21 -0000 1.2 @@ -0,0 +1 @@ +c8812ed3d04a4d4e9233a9550c3862d2 CGI-Application-FastCGI-0.02.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel