fix up so I can build

epel9
Caolan McNamara 17 years ago
parent 62a9e61076
commit bb19828329

@ -0,0 +1,11 @@
--- 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-@MAJOR_VERSION@
Cflags: -I${includedir}/gconf/@MAJOR_VERSION@

@ -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 @@ Requires: /usr/bin/killall
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 @@ which require GTK+.
%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 @@ fi
%{_libdir}/pkgconfig/*
%changelog
* Wed Jan 9 2008 Caolan McNamara <caolanm@redhat.com> - 2.21.1-2
- fix .pc so I can build
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
- Update to 2.21.1
- Drop upstreamed patches

Loading…
Cancel
Save