|
|
|
@ -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.
|
|
|
|
|
|
|
|
|
|