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

This commit is contained in:
Steven Pritchard 2007-01-27 21:04:08 +00:00
parent 044654f9de
commit 066c58ae9c
3 changed files with 9 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
Name: perl-File-Fetch
Version: 0.08
Release: 2%{?dist}
Version: 0.10
Release: 1%{?dist}
Summary: Generic file fetching mechanism
License: GPL or Artistic
Group: Development/Libraries
@ -35,7 +35,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
%{?_with_check:make test}
@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sat Jan 27 2007 Steven Pritchard <steve@kspei.com> 0.10-1
- Update to 0.10.
- Use fixperms macro instead of our own chmod incantation.
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.08-2
- Rebuild.

View File

@ -1 +1 @@
bd2fc93569b571dcd4d4140b4ccbc001 File-Fetch-0.08.tar.gz
515746879e2ef1aa780e24c1e7b7f04f File-Fetch-0.10.tar.gz