Update to 0.08.

This commit is contained in:
Steven Pritchard 2006-08-05 23:49:45 +00:00
parent e013e6af51
commit 8806cca1d6
3 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
File-Fetch-0.07.tar.gz
File-Fetch-0.08.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-File-Fetch
Version: 0.07
Version: 0.08
Release: 1%{?dist}
Summary: A generic file fetching mechanism
Summary: Generic file fetching mechanism
License: GPL or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/File-Fetch/
@ -33,7 +33,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/*
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sat Aug 05 2006 Steven Pritchard <steve@kspei.com> 0.08-1
- Update to 0.08.
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.07-1
- Specfile autogenerated by cpanspec 1.62.
- Fix License.

View File

@ -1 +1 @@
53135c09fa15e9cb0a980b153b9634e0 File-Fetch-0.07.tar.gz
bd2fc93569b571dcd4d4140b4ccbc001 File-Fetch-0.08.tar.gz