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

This commit is contained in:
Steven Pritchard 2006-10-17 21:32:55 +00:00
parent 7a391a57d7
commit 5af23a8ec4
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
IO-All-0.35.tar.gz
IO-All-0.36.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-IO-All
Version: 0.35
Release: 4%{?dist}
Version: 0.36
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL or Artistic
Group: Development/Libraries
@ -44,7 +44,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
@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires}
%{_mandir}/man3/*
%changelog
* Tue Oct 17 2006 Steven Pritchard <steve@kspei.com> 0.36-1
- Update to 0.36.
- Use fixperms macro instead of our own chmod incantation.
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.35-4
- Fix find option order.

View File

@ -1 +1 @@
feea9663b97eb78abac4d956dde72f08 IO-All-0.35.tar.gz
e6d28db65f56936c641f68dcf2daa45f IO-All-0.36.tar.gz