rpms/perl-Convert-TNEF/devel perl-Convert-TNEF.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Sep 17 18:35:19 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Convert-TNEF/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10279

Modified Files:
	perl-Convert-TNEF.spec 
Removed Files:
	needs.rebuild 
Log Message:
Fix find option order.


Index: perl-Convert-TNEF.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-TNEF/devel/perl-Convert-TNEF.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Convert-TNEF.spec	6 Sep 2005 00:27:37 -0000	1.8
+++ perl-Convert-TNEF.spec	17 Sep 2006 18:35:19 -0000	1.9
@@ -1,7 +1,7 @@
 Summary:        Perl module to read TNEF files
 Name:           perl-Convert-TNEF
 Version:        0.17
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -34,7 +34,7 @@
   INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
 find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \
   -o \( -name '*.bs' -a -empty \) \) -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+w $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl > COPYING
@@ -57,6 +57,9 @@
 
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.17-6
+- Fix find option order.
+
 * Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 0.17-5
 - Spec cleanup (closer to FE perl spec template).
 - Include COPYING and Artistic.


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list