[perl-IPC-System-Simple] update to 1.21

Iain Arnell iarnell at fedoraproject.org
Fri Mar 18 13:21:35 UTC 2011


commit c003ca729909cd222c43aef73c29a0f4fbb4802b
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Mar 18 14:16:57 2011 +0100

    update to 1.21

 .gitignore                  |    1 +
 perl-IPC-System-Simple.spec |   14 ++++++--------
 sources                     |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa02bef..19f8b56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IPC-System-Simple-1.18.tar.gz
+/IPC-System-Simple-1.21.tar.gz
diff --git a/perl-IPC-System-Simple.spec b/perl-IPC-System-Simple.spec
index c28284f..ceb1cf5 100644
--- a/perl-IPC-System-Simple.spec
+++ b/perl-IPC-System-Simple.spec
@@ -1,13 +1,12 @@
 Name:       perl-IPC-System-Simple 
-Version:    1.18 
-Release:    6%{?dist}
+Version:    1.21
+Release:    1%{?dist}
 # lib/IPC/System/Simple.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
 Summary:    Run commands simply, with detailed diagnostics 
 Source:     http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/IPC-System-Simple
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -52,8 +51,6 @@ find . -type f -exec chmod -x {} \;
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -63,9 +60,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README examples/ 
@@ -73,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell <iarnell at gmail.com> 1.21-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 9496dfd..d70e538 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-deb1df36a184a6a5af0716f1acb8c70f  IPC-System-Simple-1.18.tar.gz
+8215b62fe1b8447b99e17861e2255288  IPC-System-Simple-1.21.tar.gz



More information about the perl-devel mailing list