diff --git a/.cvsignore b/.cvsignore index 5a950dc..351f9f1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Object-Accessor-0.20.tar.gz +Object-Accessor-0.21.tar.gz diff --git a/perl-Object-Accessor.spec b/perl-Object-Accessor.spec index 52d787e..6d08854 100644 --- a/perl-Object-Accessor.spec +++ b/perl-Object-Accessor.spec @@ -1,5 +1,5 @@ Name: perl-Object-Accessor -Version: 0.20 +Version: 0.21 Release: 1%{?dist} Summary: Perl module that allows per object accessors License: GPL or Artistic @@ -28,7 +28,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/* @@ -40,11 +40,16 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Aug 14 2006 Steven Pritchard 0.21-1 +- Update to 0.21. +- Fix find option order. +- Add CHANGES to docs. + * Mon Jul 03 2006 Steven Pritchard 0.20-1 - Update to 0.20. diff --git a/sources b/sources index 664dee5..eec2974 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -811136397755ce7849db17b68db3e284 Object-Accessor-0.20.tar.gz +057ff94c45f42001833a2c46fe0c0b1f Object-Accessor-0.21.tar.gz