rpms/gnotime/devel gnotime.spec,1.14,1.15

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Thu Feb 2 23:36:43 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/gnotime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15200

Modified Files:
	gnotime.spec 
Log Message:
* Sun Jan 29 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.2.2-3
- Work around autoconf macro brokenness with an extra BuildRequires.
- No longer send HUP to gconfd.  This is no longer necessary in FC5+.



Index: gnotime.spec
===================================================================
RCS file: /cvs/extras/rpms/gnotime/devel/gnotime.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnotime.spec	29 Jan 2006 20:14:39 -0000	1.14
+++ gnotime.spec	2 Feb 2006 23:36:42 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           gnotime
 Version:        2.2.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tracks and reports time spent
 
 Group:          Applications/Productivity
@@ -16,8 +16,9 @@
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 BuildRequires:  qof-devel >= 0.6.0
-BuildRequires:	libSM-devel
-BuildRequires:	libX11-devel
+# libxt-devel is required to work around autoconf brokenness.  Remove when fixed
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176379
+BuildRequires:  libXt-devel
 # Patch0 modifies configure.in so we need autoconf
 BuildRequires: autoconf
 # To get rid of rpath, we need to use a fedora libtool
@@ -78,7 +79,6 @@
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
     %{_sysconfdir}/gconf/schemas/gnotime.schemas &> /dev/null || :
-  killall -HUP gconfd-2 || :
   unset GCONF_CONFIG_SOURCE
 fi
 
@@ -87,7 +87,6 @@
 gconftool-2 --makefile-install-rule \
   %{_sysconfdir}/gconf/schemas/gnotime.schemas &>/dev/null || :
 unset GCONF_CONFIG_SOURCE
-killall -HUP gconfd-2 || :
 scrollkeeper-update -q -o %{_datadir}/omf/gnotime || :
 
 %preun
@@ -96,7 +95,6 @@
   gconftool-2 --makefile-uninstall-rule \
     %{_sysconfdir}/gconf/schemas/gnotime.schemas &> /dev/null || :
   unset GCONF_CONFIG_SOURCE
-  killall -HUP gconfd-2 || :
 fi
 
 %postun
@@ -113,6 +111,10 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Sun Jan 29 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.2.2-3
+- Work around autoconf macro brokenness with an extra BuildRequires.
+- No longer send HUP to gconfd.  This is no longer necessary in FC5+.
+
 * Sun Jan 29 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.2.2-2
 - Modular xorg BuildRequires.
 




More information about the scm-commits mailing list