Update to 0.14. Use fixperms macro instead of our own chmod incantation.
This commit is contained in:
parent
5bb3fdc25e
commit
05ff6bf365
@ -1 +1 @@
|
|||||||
Module-Load-Conditional-0.12.tar.gz
|
Module-Load-Conditional-0.14.tar.gz
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Load-Conditional
|
Name: perl-Module-Load-Conditional
|
||||||
Version: 0.12
|
Version: 0.14
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Looking up module information / loading at runtime
|
Summary: Looking up module information / loading at runtime
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
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 -type f -name .packlist -exec rm -f {} \;
|
||||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
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
|
%check
|
||||||
make test
|
make test
|
||||||
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.12-2
|
||||||
- Rebuild.
|
- Rebuild.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user