[gnome-dvb-daemon] * Fri Jul 30 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.1.20-3 - Need to bootstrap ag

Orcan Ogetbil oget at fedoraproject.org
Sat Jul 31 02:57:13 UTC 2010


commit 686841f40708c5c3eaf089e52d143f2d8ff93f60
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Fri Jul 30 22:57:10 2010 -0400

    * Fri Jul 30 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.1.20-3
    - Need to bootstrap against itself. Since totem requires this package, we
      disable the totem plugin for now.

 gnome-dvb-daemon.spec |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/gnome-dvb-daemon.spec b/gnome-dvb-daemon.spec
index 95a2c13..86bdf66 100644
--- a/gnome-dvb-daemon.spec
+++ b/gnome-dvb-daemon.spec
@@ -2,7 +2,7 @@
 
 Name:		gnome-dvb-daemon
 Version:	0.1.20
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Digital Television manager
 
 Group:		Applications/Multimedia
@@ -19,7 +19,8 @@ BuildRequires:	dbus-glib-devel libgee-devel sqlite-devel gstreamer-rtsp-devel li
 # UI
 BuildRequires:	python-devel gstreamer-python-devel pygtk2-devel dbus-python
 # Plugin
-BuildRequires:	totem-devel
+# disable temporarily
+#BuildRequires:	totem-devel
 
 Requires:	hicolor-icon-theme
 Requires:	pygtk2 gstreamer-python
@@ -39,7 +40,9 @@ for sharing recordings and live TV over UPNP using Rygel.
 %setup -q
 
 %build
-%configure --enable-totem-plugin=yes
+%configure
+# disable temporarily
+# --enable-totem-plugin=yes
 make %{?_smp_mflags}
 
 
@@ -74,12 +77,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/dbus-1/services/org.gnome.DVB.service
 %{_datadir}/dbus-1/services/org.gnome.UPnP.MediaServer1.DVBDaemon.service
 # So as not to require Totem itself
-%dir %{_libdir}/totem/
-%dir %{_libdir}/totem/plugins/
-%{_libdir}/totem/plugins/dvb-daemon/
+# disable temporarily
+#dir %{_libdir}/totem/
+#dir %{_libdir}/totem/plugins/
+#{_libdir}/totem/plugins/dvb-daemon/
 %{_datadir}/icons/hicolor/*/apps/*.*
 
 %changelog
+* Fri Jul 30 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.1.20-3
+- Need to bootstrap against itself. Since totem requires this package, we
+  disable the totem plugin for now. 
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.1.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list