rpms/gnotime/F-12 gnotime.spec,1.33,1.34

Hans de Goede jwrdegoede at fedoraproject.org
Wed Sep 30 21:48:32 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/gnotime/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30301

Modified Files:
	gnotime.spec 
Log Message:
* Wed Sep 30 2009 Hans de Goede <hdegoede at redhat.com> - 2.3.0-6
- Really fix FTBFS



Index: gnotime.spec
===================================================================
RCS file: /cvs/extras/rpms/gnotime/F-12/gnotime.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- gnotime.spec	30 Jul 2009 12:46:29 -0000	1.33
+++ gnotime.spec	30 Sep 2009 21:48:32 -0000	1.34
@@ -1,6 +1,6 @@
 Name:           gnotime
 Version:        2.3.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Tracks and reports time spent
 
 Group:          Applications/Productivity
@@ -44,6 +44,9 @@ been split out, renamed, and greatly enh
 sed -i 's/\(Icon=.*\)\.png/\1/' gnotime.desktop.in
 
 %build
+# Work around broken auto foo stuff
+export LIBGNOMEUI_CFLAGS="$(pkg-config libgnomeui-2.0 --cflags)"
+export LIBGNOMEUI_LIBS="$(pkg-config libgnomeui-2.0 --libs)"
 # 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.
@@ -111,6 +114,9 @@ scrollkeeper-update -q || :
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Wed Sep 30 2009 Hans de Goede <hdegoede at redhat.com> - 2.3.0-6
+- Really fix FTBFS
+
 * Thu Jul 30 2009 Jon Ciesla <limb at jcomserv.net> - 2.3.0-5
 - Add libgnomeui-devel BR to fix FTBFS.
 




More information about the fedora-extras-commits mailing list