rpms/perl-CGI-Application-FastCGI/F-12 import.log, NONE, 1.1 perl-CGI-Application-FastCGI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Mon Jul 12 18:37:04 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-FastCGI/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31629/F-12

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:F-12:perl-CGI-Application-FastCGI-0.02-2.fc13.src.rpm:1278959202


--- 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 at club-internet.fr> - 0.02-2
- Add perl(CGI::Application) to Requires

* Fri Mar 05 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-FastCGI/F-12/.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:37:03 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-FastCGI-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-FastCGI/F-12/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:37:03 -0000	1.2
@@ -0,0 +1 @@
+c8812ed3d04a4d4e9233a9550c3862d2  CGI-Application-FastCGI-0.02.tar.gz




More information about the perl-devel mailing list