rpms/gnotime/devel gnotime.spec,1.34,1.35

Jon Ciesla limb at fedoraproject.org
Fri Jun 25 17:58:47 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/gnotime/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26712

Modified Files:
	gnotime.spec 
Log Message:
FTBFS fix.



Index: gnotime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnotime/devel/gnotime.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- gnotime.spec	30 Sep 2009 21:46:31 -0000	1.34
+++ gnotime.spec	25 Jun 2010 17:58:47 -0000	1.35
@@ -1,6 +1,6 @@
 Name:           gnotime
 Version:        2.3.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Tracks and reports time spent
 
 Group:          Applications/Productivity
@@ -51,7 +51,7 @@ export LIBGNOMEUI_LIBS="$(pkg-config lib
 # That should allow us to get rid of the GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 # stuff.
 %configure --disable-schemas-install
-make
+make LIBS="-lX11 -lm"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -114,6 +114,9 @@ scrollkeeper-update -q || :
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Fri Jun 25 2010 Jon Ciesla <limb at jcomserv.net> - 2.3.0-7
+- Fix for dsolink FTBFS, BZ 599886.
+
 * Wed Sep 30 2009 Hans de Goede <hdegoede at redhat.com> - 2.3.0-6
 - Really fix FTBFS
 



More information about the scm-commits mailing list