Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-PSGI/F-12 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2940/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-PSGI.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-PSGI-1_00-1_fc12:F-12:perl-CGI-Application-PSGI-1.00-1.fc12.src.rpm:1273563092 --- NEW FILE perl-CGI-Application-PSGI.spec --- Name: perl-CGI-Application-PSGI Version: 1.00 Release: 1%{?dist} Summary: PSGI Adapter for CGI::Application License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-PSGI/ Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-PSGI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(CGI::Application) BuildRequires: perl(CGI::PSGI) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Requires) BuildRequires: perl(Test::TCP) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description CGI::Application::PSGI is a runner to run CGI::Application application as a PSGI application. %prep %setup -q -n CGI-Application-PSGI-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$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 * Fri Mar 05 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 1.00-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-PSGI/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 May 2010 04:52:34 -0000 1.1 +++ .cvsignore 11 May 2010 07:31:50 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-PSGI-1.00.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-PSGI/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 May 2010 04:52:34 -0000 1.1 +++ sources 11 May 2010 07:31:51 -0000 1.2 @@ -0,0 +1 @@ +92bf4c775efa2b411f312458052079fc CGI-Application-PSGI-1.00.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