[perl-FCGI-ProcManager] Update to 0.24, clean up spec file and add default perl filter

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jan 12 10:47:54 UTC 2012


commit bad636aadf33338dc3e453a026e8ff1f570b8bbd
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Jan 12 11:47:48 2012 +0100

    Update to 0.24, clean up spec file and add default perl filter

 .gitignore                 |    1 +
 perl-FCGI-ProcManager.spec |   22 +++++++++++-----------
 sources                    |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e5ce76..34ecb51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 FCGI-ProcManager-0.19.tar.gz
+/FCGI-ProcManager-0.24.tar.gz
diff --git a/perl-FCGI-ProcManager.spec b/perl-FCGI-ProcManager.spec
index b3c7ba3..c8e45be 100644
--- a/perl-FCGI-ProcManager.spec
+++ b/perl-FCGI-ProcManager.spec
@@ -1,13 +1,12 @@
 Name:       perl-FCGI-ProcManager
-Version:    0.19
-Release:    8%{?dist}
+Version:    0.24
+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
+Source:     http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/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
 
@@ -15,9 +14,11 @@ BuildRequires: perl(ExtUtils::MakeMaker)
 # testing...
 BuildRequires: perl(Test)
 
+%{?perl_default_filter}
+
 %description
 FCGI::ProcManager is used to serve as a FastCGI process manager. By
-reimplementing it in perl, developers can more finely tune performance
+re-implementing 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.
 
@@ -30,8 +31,6 @@ semantics prevalent in UNIX kernel process management.
 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 ';'
@@ -41,16 +40,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc README ChangeLog COPYING
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.24-1
+- Update to 0.24
+- Clean up spec file
+- Add perl default filter
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.19-8
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 3cf3136..743a933 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85b4eb5203f0adbf14bed39a258b9a59  FCGI-ProcManager-0.19.tar.gz
+0aa184b1e5339e0ad92f4c1439406304  FCGI-ProcManager-0.24.tar.gz



More information about the perl-devel mailing list