[gnucash] Make sure we don't try to use goffice that won't work.

Bill Nottingham notting at fedoraproject.org
Thu Jan 19 20:12:06 UTC 2012


commit 7eb2a9c87bf8bf6d25d89942d1db07f1ba81b4ea
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Jan 19 15:11:33 2012 -0500

    Make sure we don't try to use goffice that won't work.

 gnucash.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnucash.spec b/gnucash.spec
index 6656a1a..c10ee39 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -11,7 +11,7 @@ Source: http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x/gnucash-%{vers
 Source2: engine-common.i
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: webkitgtk-devel, libxml2 >= 2.5.10, zlib-devel
-BuildRequires: libgsf-devel >= 1.12.2, goffice-devel, swig
+BuildRequires: libgsf-devel >= 1.12.2, goffice-devel < 0.10, swig
 BuildRequires: libglade2-devel >= 2.4, libgnomeui-devel >= 2.4
 BuildRequires: libofx-devel, aqbanking-devel, guile-devel
 BuildRequires: desktop-file-utils, texinfo


More information about the scm-commits mailing list