diff --git a/perl-FCGI-ProcManager.spec b/perl-FCGI-ProcManager.spec index d62d36b..1d3d34c 100644 --- a/perl-FCGI-ProcManager.spec +++ b/perl-FCGI-ProcManager.spec @@ -1,13 +1,13 @@ -Name: perl-FCGI-ProcManager -Version: 0.18 -Release: 2%{?dist} +Name: perl-FCGI-ProcManager +Version: 0.19 +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 +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) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -16,7 +16,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test) %description -FCGI::ProcManager is used to serve as a FastCGI process manager. By +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. @@ -42,15 +42,21 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc README ChangeLog COPYING +%doc README ChangeLog COPYING %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Aug 11 2009 Chris Weyl 0.19-1 +- auto-update to 0.19 (by cpan-spec-update 0.01) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.18-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -60,4 +66,3 @@ rm -rf %{buildroot} * Sat Feb 14 2009 Chris Weyl 0.18-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - diff --git a/sources b/sources index 738f164..3cf3136 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -223f75818b1bc2f06c3c95c096b9a708 FCGI-ProcManager-0.18.tar.gz +85b4eb5203f0adbf14bed39a258b9a59 FCGI-ProcManager-0.19.tar.gz