Update to 0.10. Use fixperms macro instead of our own chmod incantation.
This commit is contained in:
parent
044654f9de
commit
066c58ae9c
@ -1 +1 @@
|
||||
File-Fetch-0.08.tar.gz
|
||||
File-Fetch-0.10.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user