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

This commit is contained in:
Steven Pritchard 2007-01-06 21:58:50 +00:00
parent 5bb3fdc25e
commit 05ff6bf365
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
Module-Load-Conditional-0.12.tar.gz
Module-Load-Conditional-0.14.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Module-Load-Conditional
Version: 0.12
Release: 2%{?dist}
Version: 0.14
Release: 1%{?dist}
Summary: Looking up module information / loading at runtime
License: GPL or Artistic
Group: Development/Libraries
@ -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
* Sat Jan 06 2007 Steven Pritchard <steve@kspei.com> 0.14-1
- Update to 0.14.
- Use fixperms macro instead of our own chmod incantation.
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.12-2
- Rebuild.

View File

@ -1 +1 @@
280dff17d332a24437f8b15192ae0c86 Module-Load-Conditional-0.12.tar.gz
e2e434299b6d82f2b604858305a23c55 Module-Load-Conditional-0.14.tar.gz