rpms/uuid/EL-5 uuid.spec,1.4,1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Apr 18 18:27:32 UTC 2007


Author: steve

Update of /cvs/extras/rpms/uuid/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23657

Modified Files:
	uuid.spec 
Log Message:
Fix find option order.
Use fixperms macro instead of our own chmod incantation.
BR ExtUtils::MakeMaker.



Index: uuid.spec
===================================================================
RCS file: /cvs/extras/rpms/uuid/EL-5/uuid.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uuid.spec	4 Oct 2006 22:32:00 -0000	1.4
+++ uuid.spec	18 Apr 2007 18:26:58 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           uuid
 Version:        1.5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -50,6 +50,7 @@
 %package perl
 Summary:        Perl support for Universally Unique Identifier library
 Group:          Development/Libraries
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       %{name} = %{version}-%{release}
 
@@ -144,9 +145,9 @@
 
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 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 \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 popd
 
 # Install the PHP module.
@@ -233,6 +234,11 @@
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 1.5.1-3
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 1.5.1-2
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-extras-commits mailing list