Update to 0.10.

This commit is contained in:
Steven Pritchard 2006-08-06 00:10:55 +00:00
parent 2c8d2c9c27
commit 3b7d038868
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
Module-Load-Conditional-0.08.tar.gz
Module-Load-Conditional-0.10.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Module-Load-Conditional
Version: 0.08
Version: 0.10
Release: 1%{?dist}
Summary: Looking up module information / loading at runtime
License: GPL or Artistic
@ -30,7 +30,7 @@ rm -rf $RPM_BUILD_ROOT
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 d -depth -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/*
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sat Aug 05 2006 Steven Pritchard <steve@kspei.com> 0.10-1
- Update to 0.10.
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.08-1
- Specfile autogenerated by cpanspec 1.62.
- Fix License.

View File

@ -1 +1 @@
9e2a706b6511651ca4eb6de0c4c89a12 Module-Load-Conditional-0.08.tar.gz
7f9d3dc493429163ec0cd87fd0bd80e4 Module-Load-Conditional-0.10.tar.gz