Update to 0.39. Fix permissions on *.pm.
This commit is contained in:
parent
acd8b2003e
commit
c335ea5deb
@ -1 +1 @@
|
||||
IO-All-0.38.tar.gz
|
||||
IO-All-0.39.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-IO-All
|
||||
Version: 0.38
|
||||
Release: 3%{?dist}
|
||||
Version: 0.39
|
||||
Release: 1%{?dist}
|
||||
Summary: IO::All Perl module
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -32,6 +32,8 @@ manipulation functions.
|
||||
%prep
|
||||
%setup -q -n IO-All-%{version}
|
||||
|
||||
find -type f -perm +100 -name '*.pm' -exec chmod a-x {} \;
|
||||
|
||||
sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires}
|
||||
chmod +x %{__perl_requires}
|
||||
|
||||
@ -62,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.39-1
|
||||
- Update to 0.39.
|
||||
- Fix permissions on *.pm.
|
||||
|
||||
* Sat Feb 02 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.38-3
|
||||
- rebuild for new perl
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user