[perl-Test-SharedFork] Upstream update.

corsepiu corsepiu at fedoraproject.org
Thu Mar 13 04:11:25 UTC 2014


commit 4ce61654aab5eadabdb5714143b27edcaba91275
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Mar 13 05:11:10 2014 +0100

    Upstream update.
    
    - Remove Obsoletes/Provides perl-Test-SharedFork-tests.
    - Reflect upstream having switched to Module::Build.

 .gitignore                |    2 +-
 perl-Test-SharedFork.spec |   25 +++++++++++++------------
 sources                   |    2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a6576c..dc1f37b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-SharedFork-0.21.tar.gz
+/Test-SharedFork-0.22.tar.gz
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index 453a7cb..d7b38c4 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:           perl-Test-SharedFork
 Summary:        Fork test
-Version:        0.21
-Release:        4%{?dist}
+Version:        0.22
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-SharedFork-%{version}.tar.gz 
@@ -11,15 +11,12 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 BuildArch:      noarch
 
 BuildRequires:  perl(Time::HiRes)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires)
 
 %{?perl_default_filter}
 
-Obsoletes: perl-Test-SharedFork-tests <= %{version}-%{release}
-Provides: perl-Test-SharedFork-tests = %{version}-%{release}
-
 %description
 Test::SharedFork is utility module for Test::Builder. It manages testing
 by keeping the test count consistent between parent and child processes.
@@ -28,25 +25,29 @@ by keeping the test count consistent between parent and child processes.
 %setup -q -n Test-SharedFork-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+./Build install destdir=%{buildroot} create_packlist=0
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
 %check
-make test
+./Build test
 
 %files
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Mar 13 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.22-1
+- Upstream update.
+- Remove Obsoletes/Provides perl-Test-SharedFork-tests.
+- Reflect upstream having switched to Module::Build.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.21-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 19e17aa..2ba260c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-963070f5f6ff1291ea174c9c14862fb6  Test-SharedFork-0.21.tar.gz
+91684600dfd5a2f16517df9825798374  Test-SharedFork-0.22.tar.gz



More information about the perl-devel mailing list