rpms/gnotime/devel gnotime.spec,1.18,1.19

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Sep 3 17:53:14 UTC 2006


Author: toshio

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

Modified Files:
	gnotime.spec 
Log Message:
- Remove testing of --disable-schemas-install which will not work until a
  patch makes it upstream.



Index: gnotime.spec
===================================================================
RCS file: /cvs/extras/rpms/gnotime/devel/gnotime.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gnotime.spec	3 Sep 2006 17:17:35 -0000	1.18
+++ gnotime.spec	3 Sep 2006 17:53:14 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           gnotime
 Version:        2.2.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Tracks and reports time spent
 
 Group:          Applications/Productivity
@@ -44,15 +44,18 @@
 
 %build
 autoconf
-%configure --disable-schemas-install
+# Test that the next release of gnotime can build with --disable-schemas-install
+# That should allow us to get rid of the GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+# stuff.
+%configure
 # Fix hardcoded rpath by using Fedora libtool
 make LIBTOOL=/usr/bin/libtool
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
-#unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 # Gnotime puts it's locale translations into gnotime-2.0.mo but it's gnome
 # help files into html/gnotime....
@@ -109,6 +112,10 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Sun Sep 03 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.2.2-7
+- Remove testing of --disable-schemas-install which will not work until a
+  patch makes it upstream.
+
 * Fri Sep 01 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.2.2-6
 - Rebuild for FC6.
 - Add intltool as a BR.




More information about the scm-commits mailing list