[workrave] no longer needs gnet2

Tomáš Mráz tmraz at fedoraproject.org
Tue Jun 28 19:27:31 UTC 2011


commit 79c4c88a516a3bf57211dd6767c0820766353d56
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Jun 28 21:27:16 2011 +0200

    no longer needs gnet2

 workrave.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/workrave.spec b/workrave.spec
index db64ec6..4adf119 100644
--- a/workrave.spec
+++ b/workrave.spec
@@ -1,6 +1,6 @@
 Name: workrave
 Version: 1.9.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Program that assists in the recovery and prevention of RSI
 # Based on older packages by Dag Wieers <dag at wieers.com> and Steve Ratcliffe
 License: GPLv2+
@@ -9,9 +9,8 @@ URL: http://www.workrave.org/
 Source0: http://downloads.sourceforge.net/workrave/%{name}-%{version}.tar.gz
 
 BuildRequires:  gtkmm24-devel
-BuildRequires:  gconfmm26-devel
+BuildRequires:  GConf2-devel
 BuildRequires:  gettext
-BuildRequires:  gnet2-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  libXmu-devel
 BuildRequires:  libXt-devel
@@ -39,7 +38,7 @@ if [ ! -x configure ]; then
   NOCONFIGURE=1 ./autogen.sh
 fi
 
-%configure --enable-dbus --disable-xml --disable-gnome
+%configure --enable-dbus --disable-xml
 
 %{__make}
 
@@ -71,6 +70,9 @@ desktop-file-install --vendor fedora                    \
 %{_datadir}/dbus-1/services/org.workrave.Workrave.service
 
 %changelog
+* Tue Jun 28 2011 Tomas Mraz <tmraz at redhat.com> - 1.9.4-2
+- no longer needs gnet2
+
 * Wed Apr 06 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 1.9.4-1
 - New upstream bug fix release. Closes rhbz#693958
 - https://github.com/rcaelers/workrave/blob/b491d9b5054b5571d5b4ff0f6c9137133735129d/NEWS


More information about the scm-commits mailing list