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

epel9
Steven Pritchard 18 years ago
parent d1b9bd9168
commit 75d30985b0

@ -1 +1 @@
Object-Accessor-0.30.tar.gz
Object-Accessor-0.32.tar.gz

@ -1,5 +1,5 @@
Name: perl-Object-Accessor
Version: 0.30
Version: 0.32
Release: 1%{?dist}
Summary: Perl module that allows per object accessors
License: GPL or Artistic
@ -30,7 +30,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
make test
@ -45,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Oct 17 2006 Steven Pritchard <steve@kspei.com> 0.32-1
- Update to 0.32.
- Use fixperms macro instead of our own chmod incantation.
* Thu Sep 21 2006 Steven Pritchard <steve@kspei.com> 0.30-1
- Update to 0.30.

@ -1 +1 @@
f90bbe941b5489ca228513a45840ee5a Object-Accessor-0.30.tar.gz
bb898baa4cee74cbacdb3fd116b29922 Object-Accessor-0.32.tar.gz

Loading…
Cancel
Save