Update to 0.32. Use fixperms macro instead of our own chmod incantation.
This commit is contained in:
parent
f2fb397923
commit
ff51dd83e0
@ -1 +1 @@
|
||||
IPC-Cmd-0.25.tar.gz
|
||||
IPC-Cmd-0.32.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user