Update to 0.36. Use fixperms macro instead of our own chmod incantation.
This commit is contained in:
parent
7a391a57d7
commit
5af23a8ec4
@ -1 +1 @@
|
||||
IO-All-0.35.tar.gz
|
||||
IO-All-0.36.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user