Quick update for 2.0 requirements. Needs to actually be tested.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12069 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2005-11-30 01:54:08 +00:00
parent 29dc69b3de
commit 262346cb85
2 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
2005-11-29 David Hampton <hampton@employees.org>
* rpm/gnucash.spec.in: Quick update for 2.0 requirements. Needs
to actually be tested.
* src/import-export/qif/qif-parse.c:
* src/import-export/hbci/druid-hbci-initial.c:
* src/import-export/hbci/hbci-interaction.c:

View File

@@ -29,13 +29,14 @@ Group: Applications/Finance
URL: http://www.gnucash.org
Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: gnome-libs >= 1.2.0, gdk-pixbuf >= 0.2.5, gnome-print >= 0.21
Requires: guile >= 1.3.4, gtkhtml >= 0.8, Guppi >= 0.35.3
Requires: g-wrap >= 1.3.4, gal >= 0.8
BuildPrereq: g-wrap-devel >= 1.3.4, gtkhtml-devel >= 0.8
BuildPrereq: Guppi-devel, gal-devel, libxml-devel
BuildPrereq: libglade-devel, libghttp-devel, libtermcap-devel
BuildPrereq: readline-devel
Requires: libgnomeui >= 2.2.0, libgnomeprintui22 >= 2.2.0
Requires: guile >= 1.6.0, gtkhtml3 >= 3.1,
Requires: g-wrap >= 1.3.4
BuildPrereq: libgnomeui-devel >= 2.2.0, libgnomeprintui22 >= 2.2.0
BuildPrereq: g-wrap-devel >= 1.3.4, gtkhtml3-devel >= 3.1
BuildPrereq: bzip2-devel, expat-devel, guile-devel
BuildPrereq: libglade2-devel, libgsf-devel
BuildPrereq: libjpeg-devel, openssl-devel
Prereq: /sbin/ldconfig /sbin/install-info
%description