[perl-IPC-Run] update to 0.89

Iain Arnell iarnell at fedoraproject.org
Sat Oct 9 03:00:29 UTC 2010


commit 51e7acf7f00ff499f502b82921496574d4aeeae5
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 9 05:00:23 2010 +0200

    update to 0.89

 .gitignore        |    1 +
 perl-IPC-Run.spec |   16 +++++++---------
 sources           |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c2016f..337c7eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IPC-Run-0.84.tar.gz
+/IPC-Run-0.89.tar.gz
diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec
index ca16687..8c2a447 100644
--- a/perl-IPC-Run.spec
+++ b/perl-IPC-Run.spec
@@ -1,12 +1,11 @@
 Name:           perl-IPC-Run
-Version:        0.84
-Release:        3%{?dist}
+Version:        0.89
+Release:        1%{?dist}
 Summary:        Perl module for interacting with child processes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-Run/
-Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/IPC-Run-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Pty) >= 1.00
@@ -33,8 +32,6 @@ done
 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 {} \;
@@ -48,9 +45,6 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3*
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README TODO
@@ -59,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 08 2010 Iain Arnell <iarnell at epo.org> 0.89-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.84-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index ee2a57f..03a7b73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7c1b7584ebcde637479bf5aa321491f  IPC-Run-0.84.tar.gz
+9dc3b8cca378b871fafab7c6e5a61cdd  IPC-Run-0.89.tar.gz


More information about the scm-commits mailing list