From b183250062a63a766e0540e14f61607e4a5b9182 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Sun, 14 Feb 2016 05:32:13 +0100
Subject: Upstream update.

- Reflect upstream BR: changes.
- Eleminate inc/.
---
 .gitignore                 |  2 +-
 perl-Parallel-Prefork.spec | 23 +++++++++++++++++++----
 sources                    |  2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index efb9350..fb4919d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Parallel-Prefork-0.17.tar.gz
+/Parallel-Prefork-0.18.tar.gz
diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index 3af6fd3..26225f8 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parallel-Prefork
-Version:        0.17
-Release:        6%{?dist}
+Version:        0.18
+Release:        1%{?dist}
 Summary:        Simple prefork server framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,15 +9,23 @@ Source0:        
http://www.cpan.org/authors/id/K/KA/KAZUHO/Parallel-Prefork-%{ve
 BuildArch:      noarch
 
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.04
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Proc::Wait3) >= 0.03
 BuildRequires:  perl(Scope::Guard)
 BuildRequires:  perl(Signal::Mask)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Test::SharedFork)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
+
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::ReadmeFromPod)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -26,6 +34,8 @@ shutdown and run-time reconfiguration.
 
 %prep
 %setup -q -n Parallel-Prefork-%{version}
+rm -r inc
+sed -i -e '/^inc\/*$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -44,6 +54,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.18-1
+- Upstream update.
+- Reflect upstream BR: changes.
+- Eleminate inc/.
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.17-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index df22563..b45e97a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4fa22e8d629e72001d016aca524d3e1  Parallel-Prefork-0.17.tar.gz
+128f8c03eddde44d3e95f092d6116e9a  Parallel-Prefork-0.18.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Parallel-Prefork.git/commit/?h=f22&id=b183250062a63a766e0540e14f61607e4a5b9182
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to