rpms/GConf2/devel GConf2-2.21.1-fixpkgconfig.patch, NONE, 1.1 GConf2.spec, 1.71, 1.72

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Wed Jan 9 09:13:55 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/GConf2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16059

Modified Files:
	GConf2.spec 
Added Files:
	GConf2-2.21.1-fixpkgconfig.patch 
Log Message:
fix up so I can build

GConf2-2.21.1-fixpkgconfig.patch:

--- NEW FILE GConf2-2.21.1-fixpkgconfig.patch ---
--- GConf-2.21.1.orig/gconf-2.0.pc.in	2008-01-09 09:02:38.000000000 +0000
+++ GConf-2.21.1/gconf-2.0.pc.in	2008-01-09 09:02:59.000000000 +0000
@@ -8,7 +8,7 @@
 Name: gconf
 Description: GNOME Config System.
 Version: @VERSION@
-Requires: glib
+Requires: glib-2.0
 Requires.private: ORBit-2.0
 Libs: -L${libdir} -lgconf- at MAJOR_VERSION@
 Cflags: -I${includedir}/gconf/@MAJOR_VERSION@


Index: GConf2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GConf2/devel/GConf2.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- GConf2.spec	8 Jan 2008 18:02:27 -0000	1.71
+++ GConf2.spec	9 Jan 2008 09:12:45 -0000	1.72
@@ -5,7 +5,7 @@
 Summary: A process-transparent configuration system
 Name: GConf2
 Version: 2.21.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Base
 Source: http://download.gnome.org/sources/GConf/2.20/GConf-%{version}.tar.bz2
@@ -29,6 +29,7 @@
 Patch0: GConf-2.18.0.1-reload.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=356573
 Patch1: GConf2-2.14.0-timeout.patch
+Patch2: GConf2-2.21.1-fixpkgconfig.patch
 
 %description
 GConf is a process-transparent configuration database API used to 
@@ -65,6 +66,7 @@
 %setup -q -n GConf-%{version}
 %patch0 -p1 -b .reload
 %patch1 -p1 -b .timers  
+%patch2 -p1 -b .fixpkgconfig
 
 %build
 rm -f libtool
@@ -135,6 +137,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jan  9 2008 Caolan McNamara <caolanm at redhat.com> - 2.21.1-2
+- fix .pc so I can build
+
 * Tue Jan  8 2008 Matthias Clasen <mclasen at redhat.com> - 2.21.1-1
 - Update to 2.21.1
 - Drop upstreamed patches




More information about the fedora-extras-commits mailing list