rpms/perl-FCGI-ProcManager/F-10 import.log, NONE, 1.1 perl-FCGI-ProcManager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Wed Feb 18 21:17:19 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-FCGI-ProcManager/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9021/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-FCGI-ProcManager.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-FCGI-ProcManager-0_18-1_fc10:F-10:perl-FCGI-ProcManager-0.18-1.fc10.src.rpm:1234991805


--- NEW FILE perl-FCGI-ProcManager.spec ---
Name:       perl-FCGI-ProcManager 
Version:    0.18 
Release:    1%{?dist}
# ProcManager.pm -> LGPLv2, LGPLv3
License:    LGPLv2+
Group:      Development/Libraries
Summary:    A FastCGI process manager 
Source:     http://search.cpan.org/CPAN/authors/id/G/GB/GBJK/FCGI-ProcManager-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/FCGI-ProcManager
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
# testing...
BuildRequires: perl(Test)

%description
FCGI::ProcManager is used to serve as a FastCGI process manager. By 
reimplementing it in perl, developers can more finely tune performance
in their web applications, and can take advantage of copy-on-write
semantics prevalent in UNIX kernel process management.


%prep
%setup -q -n FCGI-ProcManager-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{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

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README ChangeLog COPYING 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun Feb 15 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.18-1
- update for submission

* Sat Feb 14 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.18-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-FCGI-ProcManager/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2009 20:22:56 -0000	1.1
+++ .cvsignore	18 Feb 2009 21:16:49 -0000	1.2
@@ -0,0 +1 @@
+FCGI-ProcManager-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-FCGI-ProcManager/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2009 20:22:56 -0000	1.1
+++ sources	18 Feb 2009 21:16:49 -0000	1.2
@@ -0,0 +1 @@
+223f75818b1bc2f06c3c95c096b9a708  FCGI-ProcManager-0.18.tar.gz




More information about the Fedora-perl-devel-list mailing list