rpms/perl-IO-stringy/devel perl-IO-stringy.spec,1.12,1.13

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Sun Sep 17 08:34:20 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/perl-IO-stringy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31492

Modified Files:
	perl-IO-stringy.spec 
Log Message:
add dist tag
fix argument order in find command with -depth



Index: perl-IO-stringy.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-IO-stringy.spec	29 Aug 2006 17:40:11 -0000	1.12
+++ perl-IO-stringy.spec	17 Sep 2006 08:34:20 -0000	1.13
@@ -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 @@
 %{__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 @@
 %{_mandir}/man3/IO::*.3pm*
 
 %changelog
+* Sun Sep 17 2006 Paul Howarth <paul at city-fan.org> 2.110-4
+- add dist tag
+- fix argument order in find command with -depth
+
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 2.110-3
 - use search.cpan.org download URL
 - use full paths for all commands used in build




More information about the scm-commits mailing list