[perl-IPC-Run3] Upstream update. Modernize spec file.

corsepiu corsepiu at fedoraproject.org
Thu Jan 5 06:54:44 UTC 2012


commit 1ea3c26a801817220e7b964035895b2ffb81f4c0
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Jan 5 07:54:39 2012 +0100

    Upstream update.
    Modernize spec file.

 .gitignore         |    2 +-
 perl-IPC-Run3.spec |   14 ++++++--------
 sources            |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1944fab..07cec6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IPC-Run3-0.044.tar.gz
+/IPC-Run3-0.045.tar.gz
diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec
index d11c097..2ca375f 100644
--- a/perl-IPC-Run3.spec
+++ b/perl-IPC-Run3.spec
@@ -1,12 +1,11 @@
 Name:           perl-IPC-Run3
-Version:        0.044
-Release:        4%{?dist}
+Version:        0.045
+Release:        1%{?dist}
 Summary:        Run a subprocess in batch mode
 License:        (GPL+ or Artistic) or BSD
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-Run3/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More) >= 0.31
@@ -32,8 +31,6 @@ find -type f -exec chmod -x {} \;
 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 {} \;
@@ -44,9 +41,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 LICENSE README
@@ -54,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 05 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.045-1
+- Upstream update.
+- Modernize spec file.
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.044-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 03d508a..77c40e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7df73a65d9efc7b9e7eb04075ff1fd8f  IPC-Run3-0.044.tar.gz
+e8913c03a8a6c6297a6e622d656e343a  IPC-Run3-0.045.tar.gz



More information about the perl-devel mailing list