Update to 0.32. Use fixperms macro instead of our own chmod incantation.

This commit is contained in:
Steven Pritchard 2006-10-17 20:35:15 +00:00
parent f2fb397923
commit ff51dd83e0
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
IPC-Cmd-0.25.tar.gz
IPC-Cmd-0.32.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-IPC-Cmd
Version: 0.25
Version: 0.32
Release: 1%{?dist}
Summary: Finding and running system commands made easy
License: GPL or Artistic
@ -32,7 +32,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Oct 17 2006 Steven Pritchard <steve@kspei.com> 0.32-1
- Update to 0.32.
- Use fixperms macro instead of our own chmod incantation.
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.25-1
- Update to 0.25.
- Fix find option order.

View File

@ -1 +1 @@
69bb014822594266ca2cbd01aae54912 IPC-Cmd-0.25.tar.gz
4a9828ce6bd63fedba46bca124743850 IPC-Cmd-0.32.tar.gz