From fdcff3bc51a9b2c66bea49f3e592f5c7b309401a Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 17 Sep 2006 08:34:20 +0000 Subject: [PATCH] add dist tag fix argument order in find command with -depth --- perl-IO-stringy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index 3b929de..66e91b6 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -1,7 +1,7 @@ Summary: I/O on in-core objects like strings and arrays for Perl Name: perl-IO-stringy Version: 2.110 -Release: 3 +Release: 4%{?dist} License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-stringy/ @@ -25,7 +25,7 @@ filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -/usr/bin/find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* %check @@ -41,6 +41,10 @@ filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. %{_mandir}/man3/IO::*.3pm* %changelog +* Sun Sep 17 2006 Paul Howarth 2.110-4 +- add dist tag +- fix argument order in find command with -depth + * Tue Aug 29 2006 Paul Howarth 2.110-3 - use search.cpan.org download URL - use full paths for all commands used in build