diff --git a/perl-Data-Structure-Util.spec b/perl-Data-Structure-Util.spec index 679fe7f..c976841 100644 --- a/perl-Data-Structure-Util.spec +++ b/perl-Data-Structure-Util.spec @@ -1,6 +1,6 @@ Name: perl-Data-Structure-Util Version: 0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Change nature of data within a structure License: GPL or Artistic Group: Development/Libraries @@ -36,7 +36,7 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/packages.pl \ $RPM_BUILD_ROOT%{_mandir}/man1/packages.pl* find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -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/* @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.12-2 +- Fix find option order. + * Sat Jul 01 2006 Steven Pritchard 0.12-1 - Update to 0.12.