[gnome-dvb-daemon/f16] adjust libgee buildrequire to fix build

Bastien Nocera hadess at fedoraproject.org
Mon Dec 12 11:39:13 UTC 2011


commit e25a55020de6d206d436b01e2ee1ffe42f8eb550
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Nov 9 17:15:26 2011 -0800

    adjust libgee buildrequire to fix build
    
    using the pkgconfig buildrequire format is better as that's what the configure.ac file actually specifies; this way it'll keep working as long as some package provides the gee-1.0.pc file. the new libgee06 package in rawhide does so. this should fix the build

 gnome-dvb-daemon.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnome-dvb-daemon.spec b/gnome-dvb-daemon.spec
index b296cdf..635a910 100644
--- a/gnome-dvb-daemon.spec
+++ b/gnome-dvb-daemon.spec
@@ -15,7 +15,7 @@ BuildRequires:	gstreamer-plugins-good
 BuildRequires:	gstreamer-plugins-base-devel
 BuildRequires:	gstreamer-plugins-bad-free
 # Daemon
-BuildRequires:	dbus-glib-devel libgee-devel sqlite-devel gstreamer-rtsp-devel libgudev1-devel
+BuildRequires:	dbus-glib-devel pkgconfig(gee-1.0) sqlite-devel gstreamer-rtsp-devel libgudev1-devel
 # UI
 BuildRequires:	python-devel gstreamer-python-devel pygobject3-devel dbus-python
 # Plugin
@@ -80,7 +80,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/*/apps/*.*
 
 %changelog
-* Tue Nov 01 2011 Bastien Nocera <bnocera at redhat.com> 0.2.5-1
+* Wed Nov 09 2011 Adam Williamson <awilliam at redhat.com> 0.2.5-1
+- adjust libgee buildrequire so it'll use the 0.6 one and fix build
+
+* Tue Nov 01 2011 Bastien Nocera <bnocera at redhat.com>
 - Update to 0.2.5
 
 * Mon Sep 12 2011 Bastien Nocera <bnocera at redhat.com> 0.2.3-1


More information about the scm-commits mailing list