diff --git a/gnucash.spec b/gnucash.spec index 7bf94b5..0c57b63 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -4,7 +4,7 @@ Name: gnucash Summary: GnuCash is an application to keep track of your finances Version: 2.0.5 URL: http://gnucash.org/ -Release: 3%{?dist} +Release: 3.1%{?dist} License: GPL Group: Applications/Productivity Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.bz2 @@ -13,14 +13,19 @@ Patch4: gnucash-1.8.6-64bit-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: g-wrap-devel >= 1.3.2 # for gtkhtml3-devel -BuildRequires: /usr/include/libgtkhtml-3.8/gtkhtml/gtkhtml.h -BuildRequires: libgsf-devel >= 1.12.2, libgsf-gnome-devel, goffice-devel +BuildRequires: gtkhtml3-devel BuildRequires: libglade2-devel >= 2.3.6, libgnomeprint22-devel >= 2.8.0 BuildRequires: libofx-devel, aqbanking-devel -BuildRequires: desktop-file-utils, texinfo, libtool-ltdl-devel -BuildRequires: gettext, slib >= 3a1-5, libtool, intltool +BuildRequires: desktop-file-utils, texinfo +BuildRequires: gettext, libtool, intltool Requires: gnucash-docs >= 2.0 +%if 0%{?rhel} > 4 +BuildRequires: slib >= 3a1-5, libtool-ltdl-devel Requires: slib >= 3a1-5 +%else +BuildRequires: umb-scheme, libtool +Requires: umb-scheme +%endif Requires: perl(Finance::Quote) # for HBCI setup wizard Requires: qbanking @@ -122,6 +127,9 @@ fi %doc doc/README.german doc/README.francais doc/guile-hackers.txt %changelog +* Tue Jun 12 2007 Bill Nottingham - 2.0.5-3.1 +- EPEL packaging tweaks + * Tue Mar 13 2007 Bill Nottingham - 2.0.5-3 - require gtkhtml38 include file to pull in the proper gtkhtml version - fix build when libofx and ofx tools are separate