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

Michael Schwendt mschwendt at fedoraproject.org
Thu May 7 15:31:19 UTC 2009


Author: mschwendt

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

Modified Files:
	uuid.spec 
Log Message:
* Thu May  7 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6.1-6
- Using plain old "Requires: pkgconfig" instead -- see my post to
  fedora-devel-list made today.



Index: uuid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/uuid.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- uuid.spec	4 May 2009 18:10:35 -0000	1.14
+++ uuid.spec	7 May 2009 15:30:48 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           uuid
 Version:        1.6.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -24,11 +24,7 @@ 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:       pkgconfig
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
@@ -239,6 +235,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Thu May  7 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.6.1-6
+- Using plain old "Requires: pkgconfig" instead -- see my post to
+  fedora-devel-list made today.
+
 * 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).




More information about the scm-commits mailing list