rpms/uuid/devel uuid.spec,1.13,1.14

Michael Schwendt mschwendt at fedoraproject.org
Mon May 4 18:11:05 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/uuid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29407

Modified Files:
	uuid.spec 
Log Message:
* Mon May  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6.1-5
- Replace expensive %{_libdir}/pkgconfig dependency in uuid-devel
  with pkgconfig%{_isa} for Fedora >= 11 (#484849).



Index: uuid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/uuid.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- uuid.spec	25 Feb 2009 23:40:53 -0000	1.13
+++ uuid.spec	4 May 2009 18:10:35 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           uuid
 Version:        1.6.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -24,7 +24,11 @@ and Perl Data::UUID APIs.
 %package devel
 Summary:        Development support for Universally Unique Identifier library
 Group:          Development/Libraries
+%if 0%{?fedora} > 10
+Requires:       pkgconfig%{_isa}
+%else
 Requires:       %{_libdir}/pkgconfig
+%endif
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
@@ -235,11 +239,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Mon May  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6.1-5
+- Replace expensive %%{_libdir}/pkgconfig dependency in uuid-devel
+  with pkgconfig%%{_isa} for Fedora >= 11 (#484849).
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.6.1-3
-Rebuild for new perl
+- Rebuild for new perl
 
 * Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.6.1-2
 - forgot to cvs add patch




More information about the scm-commits mailing list