rpms/perl-Mail-Alias/devel perl-Mail-Alias.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 26 21:45:03 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Mail-Alias/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6275

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


Index: perl-Mail-Alias.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Alias/devel/perl-Mail-Alias.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Mail-Alias.spec	11 Aug 2005 13:56:23 -0000	1.10
+++ perl-Mail-Alias.spec	26 Sep 2006 21:45:03 -0000	1.11
@@ -3,7 +3,7 @@
 Summary:		Module for manipulating e-mail alias files
 Name:			perl-%{pkgname}
 Version:		1.12
-Release:		6%{?dist}
+Release:		7%{?dist}
 
 License:		Artistic or GPL
 Group:			Development/Libraries
@@ -34,7 +34,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 ';'
 
 %check || :
 %{__make} test
@@ -50,6 +50,9 @@
 %{_mandir}/man3/Mail::Alias.3pm*
 
 %changelog
+* Tue Sep 26 2006 Steven Pritchard <steve at kspei.com> 1.12-7
+- Fix find option order.
+
 * Thu Aug 11 2005 Oliver Falk <oliver at linux-kernel.at>		- 1.12-6
 - Fix license
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list