update to 0.89

This commit is contained in:
Iain Arnell 2010-10-09 05:00:23 +02:00
parent cd27c06d06
commit 51e7acf7f0
3 changed files with 9 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
IPC-Run-0.84.tar.gz
/IPC-Run-0.89.tar.gz

View File

@ -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@epo.org> 0.89-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.84-3
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
f7c1b7584ebcde637479bf5aa321491f IPC-Run-0.84.tar.gz
9dc3b8cca378b871fafab7c6e5a61cdd IPC-Run-0.89.tar.gz