Update to 0.10.
This commit is contained in:
parent
2c8d2c9c27
commit
3b7d038868
@ -1 +1 @@
|
|||||||
Module-Load-Conditional-0.08.tar.gz
|
Module-Load-Conditional-0.10.tar.gz
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Module-Load-Conditional
|
Name: perl-Module-Load-Conditional
|
||||||
Version: 0.08
|
Version: 0.10
|
||||||
Release: 1%{?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
|
||||||
@ -30,7 +30,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make pure_install PERL_INSTALL_ROOT=$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 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/*
|
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.08-1
|
||||||
- Specfile autogenerated by cpanspec 1.62.
|
- Specfile autogenerated by cpanspec 1.62.
|
||||||
- Fix License.
|
- Fix License.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user