[perl-Parallel-Prefork] Upstream update. Spec file cleanup. BR: perl(Test::SharedFork).

corsepiu corsepiu at fedoraproject.org
Fri Nov 25 16:49:37 UTC 2011


commit e808617726c671c24eeb1767a6f4f842c9f658ea
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Nov 25 17:49:33 2011 +0100

    Upstream update.
    Spec file cleanup.
    BR: perl(Test::SharedFork).

 .gitignore                 |    2 +-
 perl-Parallel-Prefork.spec |   16 ++++++++--------
 sources                    |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aaed18c..62d5da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Parallel-Prefork-0.11.tar.gz
+/Parallel-Prefork-0.13.tar.gz
diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 01149cc..7563b2b 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,12 +1,11 @@
 Name:           perl-Parallel-Prefork
-Version:        0.11
-Release:        4%{?dist}
+Version:        0.13
+Release:        1%{?dist}
 Summary:        Simple prefork server framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Parallel-Prefork/
 Source0:        http://www.cpan.org/authors/id/K/KA/KAZUHO/Parallel-Prefork-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.04
@@ -16,6 +15,7 @@ BuildRequires:  perl(Proc::Wait3) >= 0.03
 BuildRequires:  perl(Scope::Guard)
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Parallel::Scoreboard)
+BuildRequires:  perl(Test::SharedFork)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -30,8 +30,6 @@ shutdown and run-time reconfiguration.
 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 {} \;
@@ -42,9 +40,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -52,6 +47,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 25 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.13-1
+- Upstream update.
+- Spec file cleanup.
+- BR: perl(Test::SharedFork).
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 0.11-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 53af093..2040add 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4b9347c414e7f0d30708e14e05ee3a6  Parallel-Prefork-0.11.tar.gz
+d7802062d8f925b1f933de93d24c0fab  Parallel-Prefork-0.13.tar.gz


More information about the scm-commits mailing list