[perl-IPC-Run-SafeHandles] Upstream update.

corsepiu corsepiu at fedoraproject.org
Fri Aug 24 06:37:30 UTC 2012


commit 7824305357635ce3e238c7b3ddb8ff440ab3c42b
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Aug 24 08:37:26 2012 +0200

    Upstream update.
    
    - Modernize spec.
    - BR: perl(List::MoreUtils).
    - Add --skipdeps.

 .gitignore                    |    2 +-
 perl-IPC-Run-SafeHandles.spec |   21 ++++++++++++---------
 sources                       |    2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e750c56..8fe5746 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IPC-Run-SafeHandles-0.02.tar.gz
+/IPC-Run-SafeHandles-0.04.tar.gz
diff --git a/perl-IPC-Run-SafeHandles.spec b/perl-IPC-Run-SafeHandles.spec
index 3620127..fafb0b8 100644
--- a/perl-IPC-Run-SafeHandles.spec
+++ b/perl-IPC-Run-SafeHandles.spec
@@ -1,16 +1,16 @@
 Name:           perl-IPC-Run-SafeHandles
-Version:        0.02
-Release:        12%{?dist}
+Version:        0.04
+Release:        1%{?dist}
 Summary:        Use IPC::Run and IPC::Run3 safely
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-Run-SafeHandles/
 Source0:        http://www.cpan.org/authors/id/C/CL/CLKAO/IPC-Run-SafeHandles-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 1:5.8.0
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(List::MoreUtils)
 
 # for improved tests
 BuildRequires: perl(Test::Pod::Coverage) >= 1.04
@@ -27,12 +27,12 @@ such as under fastcgi.
 %setup -q -n IPC-Run-SafeHandles-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+# --skipdeps causes ExtUtils::AutoInstall not to try auto-installing
+# missing optional features
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 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 {} \;
@@ -43,9 +43,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
@@ -53,6 +50,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 24 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.04-1
+- Upstream update.
+- Modernize spec.
+- BR: perl(List::MoreUtils).
+- Add --skipdeps.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.02-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6bfe75f..b909524 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf4838a74b393d9a827e5b35e3c26a9e  IPC-Run-SafeHandles-0.02.tar.gz
+95576d66712cafa22b3c5cd9ce1b2c63  IPC-Run-SafeHandles-0.04.tar.gz



More information about the perl-devel mailing list