commit d07084a6052d7372597adfadb7c00c81da281993886bedb4dcd60acb446f4be7 Author: OBS User unknown Date: Mon Jan 15 23:15:06 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/fix-desktop-file.diff b/fix-desktop-file.diff new file mode 100644 index 0000000..49fa725 --- /dev/null +++ b/fix-desktop-file.diff @@ -0,0 +1,24 @@ +--- src/gnome/gnucash.desktop.in 2006/11/12 20:32:46 1.1 ++++ src/gnome/gnucash.desktop.in 2006/11/12 20:33:26 +@@ -2,7 +2,8 @@ + Type=Application + Version=0.9.4 + Encoding=UTF-8 +-_Name=GnuCash Finance Management ++_Name=GnuCash ++_GenericName=Finance Management + _Comment=Manage your finances, accounts, and investments + Exec=gnucash %f + Icon=gnucash-icon +--- src/gnome/gnucash.desktop.in.in 2006/11/12 20:32:48 1.1 ++++ src/gnome/gnucash.desktop.in.in 2006/11/12 20:33:07 +@@ -2,7 +2,8 @@ + Type=Application + Version=0.9.4 + Encoding=UTF-8 +-_Name=GnuCash Finance Management ++_Name=GnuCash ++_GenericName=Finance Management + _Comment=Manage your finances, accounts, and investments + Exec=gnucash %f + Icon=gnucash-icon diff --git a/gnucash-2.0.2.tar.bz2 b/gnucash-2.0.2.tar.bz2 new file mode 100644 index 0000000..3709042 --- /dev/null +++ b/gnucash-2.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c24bc0bdf4f6898c06a313dfbdb0b035c217ad9fefbd5fa641a7a88f02cde42 +size 7283507 diff --git a/gnucash.changes b/gnucash.changes new file mode 100644 index 0000000..663eff6 --- /dev/null +++ b/gnucash.changes @@ -0,0 +1,542 @@ +------------------------------------------------------------------- +Sun Nov 12 21:34:34 CET 2006 - stbinner@suse.de + +- Fix Name entry of .desktop file post openSUSE 10.2 + +------------------------------------------------------------------- +Fri Oct 13 14:22:56 CEST 2006 - aj@suse.de + +- Add guile-devel to build requires. + +------------------------------------------------------------------- +Mon Oct 9 15:16:16 CEST 2006 - sbrabec@suse.cz + +- Updated to 2.0.2: + * String fixes. + * Add a tip for raising the accounts menu in a register page. + Maintain the account hierarchy when reparenting the descendants + of a deleted account. + * If the file type wasn't recognized, check why this failed. + Add the ability to override the default sort. + * Improve wording for XML data file import druid. + * Fixed crashers in editing a transaction in two registers. + * Translation updates. + +------------------------------------------------------------------- +Tue Oct 3 13:21:41 CEST 2006 - sbrabec@suse.cz + +- Fixed %post. +- Reduced BuildRequires. + +------------------------------------------------------------------- +Mon Oct 2 15:30:22 CEST 2006 - stbinner@suse.de + +- Updated to from development to release version 2.0.1 (#209331): + * OFX DirectConnect can directly retrieve and import account + statements over the Internet. + * A "Hide account" feature to keep a better overview of your + current accounts tabbed window functionality. + * Create budgets within GnuCash using your accoun data. + * Support for Accounting Periods. + * The data file format has been improved with respect to + international characters. Data files with international + characters can be transferred to other countries flawlessly. + * GnuCash Help and Guide are now fully integrated with the + GNOME Help system (Yelp) + +------------------------------------------------------------------- +Thu Jun 15 01:32:55 CEST 2006 - schwab@suse.de + +- Add workaround for guile bug. + +------------------------------------------------------------------- +Thu May 25 16:59:44 CEST 2006 - sbrabec@suse.cz + +- Updated to version 1.9.6. +- Do not install shared mime info files, now integrated to + freedesktop.org.xml. + +------------------------------------------------------------------- +Thu May 11 21:06:24 CEST 2006 - sbrabec@suse.cz + +- Updated to version 1.9.5 (GNOME2 branch). +- Split g-wrap and devel into separate packages. + +------------------------------------------------------------------- +Sun Feb 5 08:53:21 CET 2006 - aj@suse.de + +- Fix build. + +------------------------------------------------------------------- +Wed Jan 25 21:31:58 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue Oct 25 18:22:02 CEST 2005 - sbrabec@suse.cz + +- Updated to version 1.8.12. +- Updated gnucash-docs to version 1.8.5. + Based on spec file from Rajesh Singh . + +------------------------------------------------------------------- +Tue Aug 2 12:41:07 CEST 2005 - ro@suse.de + +- intltoolize with force + +------------------------------------------------------------------- +Tue Apr 26 00:07:38 CEST 2005 - gekker@suse.de + +- Add Guppi-gcc4.patch to fix GCC4 compile failures. + +------------------------------------------------------------------- +Tue Apr 19 12:16:34 CEST 2005 - ro@suse.de + +- use gt_LC_MESSAGES instead of AM_LC_MESSAGES + +------------------------------------------------------------------- +Thu Apr 14 17:17:06 CEST 2005 - sbrabec@suse.cz + +- Added audiofile-devel to neededforbuild. + +------------------------------------------------------------------- +Wed Mar 23 17:06:05 CET 2005 - sbrabec@suse.cz + +- Moved desktop file (#73653). + +------------------------------------------------------------------- +Mon Feb 21 16:22:30 CET 2005 - sf@suse.de + +- fix build on biarch architectures + +------------------------------------------------------------------- +Mon Jan 31 11:13:23 CET 2005 - sndirsch@suse.de + +- use iso-8859-15 for recoding account files instead of iso-8859-1 + +------------------------------------------------------------------- +Sun Jan 30 15:10:53 CET 2005 - sndirsch@suse.de + +- recode acccount files to UTF-8 encoding in specfile (Bug #38292) + +------------------------------------------------------------------- +Thu Nov 11 12:51:05 CET 2004 - ro@suse.de + +- fixed file list + +------------------------------------------------------------------- +Mon Nov 8 16:48:03 CET 2004 - ro@suse.de + +- update to 1.8.9 +- fix build with current intltool + +------------------------------------------------------------------- +Thu Nov 4 12:53:38 CET 2004 - ro@suse.de + +- locale rename: no -> nb + +------------------------------------------------------------------- +Tue Oct 12 02:11:49 CEST 2004 - ro@suse.de + +- added libgcrypt libgpg-error to neededforbuild + +------------------------------------------------------------------- +Mon Mar 29 11:00:36 CEST 2004 - hhetter@suse.de + +- don't call format, as newer versions of slib don't provide it + any more (Bug Id#34241) + +------------------------------------------------------------------- +Wed Mar 17 12:29:18 CET 2004 - sbrabec@suse.cz + +- Fixed underquoted definitions (#36195). + +------------------------------------------------------------------- +Mon Mar 15 16:50:10 CET 2004 - sbrabec@suse.cz + +- FHS 2.3 fix (mandir, infodir, #35821). + +------------------------------------------------------------------- +Fri Feb 20 10:00:02 CET 2004 - sbrabec@suse.cz + +- Removed false requirement of glade. + +------------------------------------------------------------------- +Thu Feb 19 17:08:33 CET 2004 - sbrabec@suse.cz + +- Removed false requirement of libunicode. + +------------------------------------------------------------------- +Tue Feb 17 12:35:58 CET 2004 - sbrabec@suse.cz + +- Added gdk-pixbuf-gnome to neededforbuild. + +------------------------------------------------------------------- +Thu Feb 12 17:03:05 CET 2004 - sbrabec@suse.cz + +- Updated to version 1.8.8. + +------------------------------------------------------------------- +Thu Oct 23 12:28:04 CEST 2003 - lmb@suse.de + +- Update to gnucash 1.8.7 and gnucash-docs-1.8.3. +- Re-added Guppi and folded it into gnucash package so graphs work + again. (#32135) + +------------------------------------------------------------------- +Tue Sep 2 15:45:25 CEST 2003 - ro@suse.de + +- remove Guppi from neededforbuild + (dropped, since gnumeric(1) was dropped) + +------------------------------------------------------------------- +Fri Aug 22 10:34:47 CEST 2003 - ke@suse.de + +- Add sgml-skel to neededforbuild. + +------------------------------------------------------------------- +Thu Aug 21 11:18:52 CEST 2003 - hhetter@suse.de + +- integrate the documentation package (rel. 1.8.2) + +------------------------------------------------------------------- +Wed Aug 20 17:00:40 CEST 2003 - ro@suse.de + +- removed libgtop from neededforbuild + +------------------------------------------------------------------- +Wed Aug 20 09:02:28 CEST 2003 - hhetter@suse.de + +- updated to version 1.8.5 + +------------------------------------------------------------------- +Sat Aug 16 16:02:14 CEST 2003 - adrian@suse.de + +- add Categories + +------------------------------------------------------------------- +Sun Jul 27 23:43:18 CEST 2003 - hhetter@suse.de + +- don't run deprecated tests + +------------------------------------------------------------------- +Tue Jul 15 10:03:14 CEST 2003 - hhetter@suse.de + +- updated to version 1.8.4 + +------------------------------------------------------------------- +Mon Jul 14 15:45:39 CEST 2003 - sbrabec@suse.cz + +- GNOME prefix change to /opt/gnome. + +------------------------------------------------------------------- +Fri Jun 20 21:29:45 CEST 2003 - ro@suse.de + +- fix build with current gettext + +------------------------------------------------------------------- +Thu Jun 5 01:55:42 CEST 2003 - ro@suse.de + +- remove unpackaged files from buildroot +- add g-wrap includes to package + +------------------------------------------------------------------- +Wed May 14 13:27:37 CEST 2003 - mcihar@suse.cz + +- don't need umb-scheme + +------------------------------------------------------------------- +Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de + +- fix install_info --delete call and move from preun to postun + +------------------------------------------------------------------- +Fri Mar 28 13:24:05 CET 2003 - sbrabec@suse.cz + +- Typo fix (NBSP -> spaces). + +------------------------------------------------------------------- +Fri Mar 28 10:17:36 CET 2003 - sbrabec@suse.cz + +- Added install_info. +- Compress info pages. + +------------------------------------------------------------------- +Fri Feb 21 14:14:16 CET 2003 - ro@suse.de + +- added openhbci-devel to neededforbuild + +------------------------------------------------------------------- +Tue Feb 18 16:00:33 CET 2003 - ro@suse.de + +- added libchipcard and devel to neededforbuild + +------------------------------------------------------------------- +Fri Feb 7 11:17:52 CET 2003 - hhetter@suse.de + +- build with libofx support + +------------------------------------------------------------------- +Thu Feb 6 12:17:21 CET 2003 - ro@suse.de + +- update to g-wrap-1.3.4 and gnucash-1.8.0 + +------------------------------------------------------------------- +Thu Jan 9 00:24:33 CET 2003 - ro@suse.de + +- add AM_GNU_GETTEXT_VERSION and make it build +- hack for gtkhtml-1.1 and recent guile +- more makefile hackery to work around cyclic library dependencies + +------------------------------------------------------------------- +Fri Sep 27 14:35:35 CEST 2002 - ro@suse.de + +- Added alsa alsa-devel to neededforbuild (esound) + +------------------------------------------------------------------- +Mon Sep 9 17:33:58 CEST 2002 - hhetter@suse.de + +- fix guile version checking in srfi-8.scm for new guile 1.4.1 + ( Bug Id #19258) + +------------------------------------------------------------------- +Thu Aug 29 12:07:59 CEST 2002 - hhetter@suse.de + +- removed gnome-applets / gnome-core stuff from #neededforbuild + +------------------------------------------------------------------- +Thu Jul 4 09:04:12 CEST 2002 - hhetter@suse.de + +- updated to version 1.6.6 +- use a stable g-wrap release (1.2.x) + +------------------------------------------------------------------- +Wed May 22 16:30:36 CEST 2002 - meissner@suse.de + +- %_lib fixes. + +------------------------------------------------------------------- +Thu Apr 4 16:36:13 CEST 2002 - schwab@suse.de + +- Fix for new autotools. + +------------------------------------------------------------------- +Sun Feb 17 23:33:33 CET 2002 - ro@suse.de + +- added missing g-wrap runtime lib to filelist (#13472) + +------------------------------------------------------------------- +Fri Feb 1 00:26:07 CET 2002 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Wed Jan 23 11:45:31 CET 2002 - hhetter@suse.de + +- added python, python-devel to #neededforbuild + +------------------------------------------------------------------- +Wed Dec 19 09:30:09 CET 2001 - hhetter@suse.de + +- gnucash version update to 1.6.5 +- g-wrap updated to version 1.3.1 +- added LIBRARY_PATH for broken libtool +- removed no longer needed patch +- functionality test on i386 arch +- g-wrap version customized in specfile +- features for 1.6.5: + * amazing new Euro-conversion druid! + * massive translation update + * minor application bugfixes + +------------------------------------------------------------------- +Sun Dec 9 22:31:06 CET 2001 - ro@suse.de + +- added to neededforbuild + +------------------------------------------------------------------- +Fri Dec 7 13:50:08 CET 2001 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Wed Dec 5 11:58:12 CET 2001 - hhetter@suse.de + +- prefix g-wrap to the original guile interpreter location + +------------------------------------------------------------------- +Tue Nov 27 13:10:25 CET 2001 - ro@suse.de + +- back to g-wrap-1.1.10 + +------------------------------------------------------------------- +Wed Nov 21 23:42:19 CET 2001 - ro@suse.de + +- update to g-wrap-1.1.11 +- added guppi-include path to cflags + (gnome-config does not show this path) + +------------------------------------------------------------------- +Wed Nov 21 12:58:14 CET 2001 - ro@suse.de + +- added freetype2 to neededforbuild + +------------------------------------------------------------------- +Tue Oct 16 16:25:58 CEST 2001 - hhetter@suse.de + +- updated to version 1.6.4: + * fixes a bug which made it impossible to + load 1.4.x-gnucash files + +------------------------------------------------------------------- +Wed Sep 26 14:23:13 CEST 2001 - hhetter@suse.de + +- updated to version 1.6.3: + * new Polish translation + * Danish and Spanish translation of new account files + * updated Swedish, German, and Portuguese translations + * child accounts can be reconciled with the parent + * support for TrustNet online quotes + * support for precious metal currencies +- functionality test on i386 + +------------------------------------------------------------------- +Sat Sep 15 21:48:34 CEST 2001 - schwab@suse.de + +- Add Requires: python. + +------------------------------------------------------------------- +Sat Sep 15 17:58:57 CEST 2001 - schwab@suse.de + +- Fix missing declarations. +- Add %suse_update_config. + +------------------------------------------------------------------- +Wed Sep 12 13:32:54 CEST 2001 - hhetter@suse.de + +- revert to g-wrap version 1.1.10, get gnucash + to work with guile 1.4 +- filelist review +- test on i386 + +------------------------------------------------------------------- +Fri Aug 17 13:27:33 MEST 2001 - egger@suse.de + +- Added fix for hardcoded CFLAGS in g-wrap. + +------------------------------------------------------------------- +Fri Aug 17 12:09:52 MEST 2001 - egger@suse.de + +- Added fix for libtool bustage in g-wrap update to 1.1.11. + +------------------------------------------------------------------- +Mon Aug 13 16:35:05 CEST 2001 - hhetter@suse.de + +- update to 1.6.2 + +------------------------------------------------------------------- +Sun Jul 29 18:37:02 MEST 2001 - egger@suse.de + +- Updated g-wrap to version 1.1.11. + +------------------------------------------------------------------- +Wed Jul 25 15:00:42 CEST 2001 - sf@suse.de + +- removed '-Werror' from Makefile.am in test/ to compile also + with gcc > 2.95 + +------------------------------------------------------------------- +Thu Jul 19 11:41:22 CEST 2001 - hhetter@suse.de + +- added #requires python phyton-gtk + +------------------------------------------------------------------- +Sun Jul 8 22:38:23 MEST 2001 - egger@suse.de + +- Updated to version 1.6.1. +- Added mising stuff to the filelist. + +------------------------------------------------------------------- +Thu Jul 5 10:29:30 CEST 2001 - uli@suse.de + +- added gal-devel to neededforbuild + +------------------------------------------------------------------- +Thu Jun 21 02:17:40 CEST 2001 - ro@suse.de + +- updated filelist +- cleaned specfile a bit + +------------------------------------------------------------------- +Mon Jun 18 12:41:16 CEST 2001 - hhetter@suse.de + +- gnucash : update to 1.6.0 +- g-wrap : update to 1.1.10 +- added additional requirements +- functionality test in current buildsystem +- filelist review + +------------------------------------------------------------------- +Tue May 1 11:27:07 MEST 2001 - egger@suse.de + +- Updated to version 1.4.12. Again just bugfixes. + +------------------------------------------------------------------- +Mon Apr 2 20:45:15 MEST 2001 - egger@suse.de + +- Updated to version 1.4.11. Pure bugfix release. + +------------------------------------------------------------------- +Wed Mar 21 02:39:16 CET 2001 - ro@suse.de + +- added esound-devel to neededforbuild + +------------------------------------------------------------------- +Fri Mar 2 00:19:37 MET 2001 - egger@suse.de + +- Minor corrections to the specfile. + +------------------------------------------------------------------- +Tue Feb 20 19:08:35 MET 2001 - egger@suse.de + +- removed imlib-config from neededforbuild. +- Updated gnucash to version 1.4.10. +- Updated g-wrap to version 1.4.12. + +------------------------------------------------------------------- +Tue Jan 30 23:35:00 CET 2001 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Thu Dec 21 14:13:42 MET 2000 - egger@suse.de + +- Updated gnucash to 1.4.9. +- Updated g-wrap to 0.9.8. +- Bugfix releases. +- Recompressed with bzip2. + +------------------------------------------------------------------- +Sun Dec 10 21:57:42 CET 2000 - schwab@suse.de + +- Add %suse_update_config. + +------------------------------------------------------------------- +Mon Nov 6 04:58:03 MET 2000 - randall@suse.de + +- Removed these two commands. The guile package will preform these +actions: +ln -sf /usr/lib/scheme/slib /usr/share/guile/1.4/slib +guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" + + +------------------------------------------------------------------- +Thu Nov 2 21:22:40 MET 2000 - randall@suse.de + +- Changed to long file names, also for distro SuSE 7.1a + +------------------------------------------------------------------- +Tue Oct 31 04:59:39 MET 2000 - randall@suse.de + +- Initial Release + diff --git a/gnucash.spec b/gnucash.spec new file mode 100644 index 0000000..3f1d63d --- /dev/null +++ b/gnucash.spec @@ -0,0 +1,782 @@ +# +# spec file for package gnucash (Version 2.0.2) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: gnucash +Version: 2.0.2 +Release: 22 +URL: http://www.gnucash.org/ +Group: Productivity/Office/Finance +License: GNU General Public License (GPL) - all versions +Summary: Personal Finance Manager +Source: %{name}-%{version}.tar.bz2 +Patch: fix-desktop-file.diff +Autoreqprov: on +PreReq: gnome-filesystem gconf2 +PreReq: %install_info_prereq +Requires: guile slib +BuildRequires: doxygen g-wrap-devel gconf2-devel glib2-devel goffice-devel graphviz gtk2-devel gtkhtml2-devel guile-devel indent ktoblzcheck-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgsf-devel libofx-devel libxml2-devel perl-XML-Parser popt-devel slib update-desktop-files +# Optional features: +BuildRequires: aqbanking-devel libofx-devel postgresql-devel +# Needed for autoreconf: +BuildRequires: intltool +#BuildRequires: callgrind +# tested but unused BuildRequires: readline-devel qt3-devel temcap +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +GnuCash is a personal finance manager. A check book-like register GUI +allows you to enter and track bank accounts, stocks, income, and even +currency trades. A full set of reports allows you to see the state of +your finances. The interface is designed to be simple and easy to use, +but is backed with double-entry accounting principles to ensure +balanced books. + + + +Authors: +-------- + Robin Clark + Linas Vepstas + Jeremy Collins + Rob Browning + Dave Peticolas + Bill Gribble + Robert Graham Merkel + James LewisMoss + Christian Stimming + Joshua Sled + Derek Atkins + David Hampton + Chris Lyttle + Benoit Grégoire + Neil Williams + Chris Shoemaker + Andrew Arensburger + Matt Armstrong + A. Alper Atici + Fred Baube + Jan-Pascal van Best + Dennis Björklund + Andreas Bogk + Per Bojsen + Terry Boldt + Richard Braakman + Simon Britnell + Christopher B. Browne + Johan Buret + Thomas Bushnell + Eskil Bylund + Paul Campbell + Conrad Canterford + Bill Carlson + David Mar?n Carre?o + Tomas Cernaj + Carol Champagne + Nikos Charonitakis + Graham Chapman + George Chen + Albert Chin-A-Young + Kenneth Christiansen + Matthew Condell + Patrick Condron + Raphael Dechenaux + Ciaran Deignan + Glen Ditchfield + Tyson Dowd + Koen D'Hondt + Bob Drzyzgula + Volker Englisch + Stephen Evanchik + Paul Fenwick + Hubert Figuiere + Valek Filippov + Jan-Uwe Finck + Kevin Finn + Ron Forrester + Dave Freese + Todd T. Fries + John Goerzen + Hans de Graaff + Daniel Hagerty + Mitsuo Hamada + Otto Hammersmith + Eric Hanchrow + Alexandru Harsanyi + John Hasler + Jon Kåre Hellan + Hendrik-Jan Heins + Claus Hindsgaul + Péter Hosszú + Edward J. Huff + Tomokazu Iwashita + David Jafferian + Miquel Jordana Vilamitjana + Prakash Kailasa + Alexey Kakunin + Ben Kelly + Tom Kludy + Andreas Köhler + Matt Kraai + Sven Kuenzler + Eneko Lacunza + Bryan Larsen + Chris J (Oakton) Leach + Geert Jan Janssens + Rich Johnson + Nicholas Lee + Graham Leggett + Georg Lehner + Ted Lemon + Yannick Le Ny + Frederic Lespez + Chao-Hsiung Liao + Grant Likely + Vitaly Lipatov + Volodymyr M. Lisivka + Phil Longstaff + Duarte Loreto + Lionel Elie Mamane + Kjartan Maraas + Heath Martin + Matt Martin + Yves-Eric Martin + Juan Manuel García Molina + David Montenegro + Orestes Mas + Christopher Molnar + Tim Mooney + Lucimar Moresco + G. Allen Morris III + Steven Murdoch + Jose Carlos Nascimento + Brent Neal + Christian Neumair + Johnny Ernst Nielsen + Stefan Nobis + Martin Norbäck + Peter Norton + Bill Nottingham + Peter O'Gorman + OmNiBuS + Gordon Oliver + Scott Oonk , + Alan Orndorff + Myroslav Opyr + Laurent Pélecq + Sulyok Peter + Alain Peyrat + Zdenko Podobný + Peter Pointner + Gavin Porter + Tomas Pospisek + Paul Poulain + Ron Record + Keith Refson + Andreas Rottmann + Betina Schmidt + Dirk Schoenberger + Jan Schrage + Christopher Seawood + Alessandro Seveso + Mike Simons + Keld Simonsen + Richard Skelton + Thomas Vander Stichele + James Strandboge + Henning Spruth + Ben Stanley + Robby Stephenson + Michael T. Garrison Stuber + Bartek Szady + Herbert Thoma + Tor Harald Thorland + James A. Treacy + Arnold Troeger + Diane Trout + Richard -Gilligan- Uschold + Matthew Vanecek + Didier Vidal + Richard Wackerbarth + Rob Walker + Darin Willits + Andy Wingo + Tom Winterhalder + David Woodhouse + Ken Yamaguchi + Shimpei Yamashita + Alex Zepeda + +%package devel +Group: Productivity/Office/Finance +Summary: Personal Finance Manager +Requires: %{name} = %{version} aqbanking-devel g-wrap-devel gconf2-devel goffice-devel libgsf-devel gtk2-devel gtkhtml2-devel gwenhywfar-devel ktoblzcheck-devel libglade2-devel libgnomeui-devel libgnomeprint-devel libgnomeprintui-devel libofx-devel libtool popt-devel + +%description devel +GnuCash is a personal finance manager. A check-book like register GUI +allows you to enter and track bank accounts, stocks, income and even +currency trades. A full set of reports allow you to see the state of +your finances. The interface is designed to be simple and easy to use, +but is backed with double-entry accounting principles to ensure +balanced books. + + + +Authors: +-------- + Robin Clark + Linas Vepstas + Jeremy Collins + Rob Browning + Dave Peticolas + Bill Gribble + Robert Graham Merkel + James LewisMoss + Christian Stimming + Joshua Sled + Derek Atkins + David Hampton + Chris Lyttle + Benoit Grégoire + Neil Williams + Chris Shoemaker + Andrew Arensburger + Matt Armstrong + A. Alper Atici + Fred Baube + Jan-Pascal van Best + Dennis Björklund + Andreas Bogk + Per Bojsen + Terry Boldt + Richard Braakman + Simon Britnell + Christopher B. Browne + Johan Buret + Thomas Bushnell + Eskil Bylund + Paul Campbell + Conrad Canterford + Bill Carlson + David Mar?n Carre?o + Tomas Cernaj + Carol Champagne + Nikos Charonitakis + Graham Chapman + George Chen + Albert Chin-A-Young + Kenneth Christiansen + Matthew Condell + Patrick Condron + Raphael Dechenaux + Ciaran Deignan + Glen Ditchfield + Tyson Dowd + Koen D'Hondt + Bob Drzyzgula + Volker Englisch + Stephen Evanchik + Paul Fenwick + Hubert Figuiere + Valek Filippov + Jan-Uwe Finck + Kevin Finn + Ron Forrester + Dave Freese + Todd T. Fries + John Goerzen + Hans de Graaff + Daniel Hagerty + Mitsuo Hamada + Otto Hammersmith + Eric Hanchrow + Alexandru Harsanyi + John Hasler + Jon Kåre Hellan + Hendrik-Jan Heins + Claus Hindsgaul + Péter Hosszú + Edward J. Huff + Tomokazu Iwashita + David Jafferian + Miquel Jordana Vilamitjana + Prakash Kailasa + Alexey Kakunin + Ben Kelly + Tom Kludy + Andreas Köhler + Matt Kraai + Sven Kuenzler + Eneko Lacunza + Bryan Larsen + Chris J (Oakton) Leach + Geert Jan Janssens + Rich Johnson + Nicholas Lee + Graham Leggett + Georg Lehner + Ted Lemon + Yannick Le Ny + Frederic Lespez + Chao-Hsiung Liao + Grant Likely + Vitaly Lipatov + Volodymyr M. Lisivka + Phil Longstaff + Duarte Loreto + Lionel Elie Mamane + Kjartan Maraas + Heath Martin + Matt Martin + Yves-Eric Martin + Juan Manuel García Molina + David Montenegro + Orestes Mas + Christopher Molnar + Tim Mooney + Lucimar Moresco + G. Allen Morris III + Steven Murdoch + Jose Carlos Nascimento + Brent Neal + Christian Neumair + Johnny Ernst Nielsen + Stefan Nobis + Martin Norbäck + Peter Norton + Bill Nottingham + Peter O'Gorman + OmNiBuS + Gordon Oliver + Scott Oonk , + Alan Orndorff + Myroslav Opyr + Laurent Pélecq + Sulyok Peter + Alain Peyrat + Zdenko Podobný + Peter Pointner + Gavin Porter + Tomas Pospisek + Paul Poulain + Ron Record + Keith Refson + Andreas Rottmann + Betina Schmidt + Dirk Schoenberger + Jan Schrage + Christopher Seawood + Alessandro Seveso + Mike Simons + Keld Simonsen + Richard Skelton + Thomas Vander Stichele + James Strandboge + Henning Spruth + Ben Stanley + Robby Stephenson + Michael T. Garrison Stuber + Bartek Szady + Herbert Thoma + Tor Harald Thorland + James A. Treacy + Arnold Troeger + Diane Trout + Richard -Gilligan- Uschold + Matthew Vanecek + Didier Vidal + Richard Wackerbarth + Rob Walker + Darin Willits + Andy Wingo + Tom Winterhalder + David Woodhouse + Ken Yamaguchi + Shimpei Yamashita + Alex Zepeda + +%prep +%setup -q +%if %suse_version > 1020 +%patch +%endif +sed -i "s:^\(GNC_DOC_INSTALL_DIR=\).*$:\1'%{_defaultdocdir}/%{name}':" configure.in + +%build +export GUILE_WARN_DEPRECATED=no +export CFLAGS="$RPM_OPT_FLAGS" +mkdir m4 +intltoolize --force +ACLOCAL="aclocal -I macros" autoreconf -f -i +./configure \ + --sysconfdir=/etc/opt/gnome\ + --prefix=/opt/gnome\ + --infodir=/opt/gnome/share/info\ + --mandir=/opt/gnome/share/man\ + --libexecdir=/opt/gnome/lib\ + --libdir=/opt/gnome/%{_lib}\ + --disable-schemas-install\ + --enable-sql\ + --enable-ofx\ + --enable-mt940\ + --enable-aqbanking-test\ + --enable-hbci\ + --enable-locale-specific-tax +# Workaround for apparent bug in guile when stdin is redicted from /dev/null +make GUILE="guile --debug" + +%install +mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} +cp AUTHORS COPYING ChangeLog ChangeLog.2003 ChangeLog.2004 ChangeLog.2005 DOCUMENTERS HACKING LICENSE NEWS README README.dependencies README.patches TODO $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} +make DESTDIR=$RPM_BUILD_ROOT install +%suse_update_desktop_file gnucash +rm $RPM_BUILD_ROOT/opt/gnome/share/info/dir +gzip -9nf $RPM_BUILD_ROOT/opt/gnome/share/man/man?/*.? +gzip -9nf $RPM_BUILD_ROOT/opt/gnome/share/info/*.info* +%find_lang gnucash + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%run_ldconfig +export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_business_common.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_commodities.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_common.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_hbci.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_prices.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_print_checks.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_reconcile.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_scheduled_transctions.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_totd.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_general.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_history.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_import_generic_matcher.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_warnings.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_window_pages_account_tree.schemas >/dev/null +opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/apps_gnucash_window_pages_register.schemas >/dev/null +%install_info --info-dir=/opt/gnome/share/info /opt/gnome/share/info/gnucash-design.info.gz + +%postun +%run_ldconfig +%install_info_delete --info-dir=/opt/gnome/share/info /opt/gnome/share/info/gnucash-design.info.gz + +%files -f gnucash.lang +%defattr (-, root, root) +%doc %{_defaultdocdir}/%{name} +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_business_common.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_commodities.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_common.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_hbci.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_prices.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_print_checks.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_reconcile.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_scheduled_transctions.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_dialog_totd.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_general.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_history.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_import_generic_matcher.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_warnings.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_window_pages_account_tree.schemas +/etc/opt/gnome/gconf/schemas/apps_gnucash_window_pages_register.schemas +%dir /etc/opt/gnome/gnucash +%config /etc/opt/gnome/gnucash/config +/opt/gnome/lib/gnucash +%if %{_lib} != lib +# NOTE: .la files required by ltdl (skip-check-libtool-deps) +/opt/gnome/%{_lib}/gnucash +%endif +/opt/gnome/%{_lib}/*.so.* +# Required by slib for many libraries: +/opt/gnome/%{_lib}/*.so +/opt/gnome/bin/gnc-* +/opt/gnome/bin/gnucash +/opt/gnome/bin/*gnucash-[a-bd-z]* +/opt/gnome/share/aclocal/*.m4 +/opt/gnome/share/applications/*.desktop +/opt/gnome/share/gnucash +%doc /opt/gnome/share/man/man?/*.* +%doc /opt/gnome/share/info/gnucash-design.info* +/opt/gnome/share/pixmaps/*.png +/opt/gnome/share/xml/gnucash +# FIXME: Should be part of gnome-filesystem (now gnome-doc-utils) +%dir /opt/gnome/share/xml + +%files devel +%defattr (-, root, root) +/opt/gnome/%{_lib}/*.*a +/opt/gnome/bin/*-config +/opt/gnome/include/gnucash + +%changelog -n gnucash +* Sun Nov 12 2006 - stbinner@suse.de +- Fix Name entry of .desktop file post openSUSE 10.2 +* Fri Oct 13 2006 - aj@suse.de +- Add guile-devel to build requires. +* Mon Oct 09 2006 - sbrabec@suse.cz +- Updated to 2.0.2: + * String fixes. + * Add a tip for raising the accounts menu in a register page. + Maintain the account hierarchy when reparenting the descendants + of a deleted account. + * If the file type wasn't recognized, check why this failed. + Add the ability to override the default sort. + * Improve wording for XML data file import druid. + * Fixed crashers in editing a transaction in two registers. + * Translation updates. +* Tue Oct 03 2006 - sbrabec@suse.cz +- Fixed %%post. +- Reduced BuildRequires. +* Mon Oct 02 2006 - stbinner@suse.de +- Updated to from development to release version 2.0.1 (#209331): + * OFX DirectConnect can directly retrieve and import account + statements over the Internet. + * A "Hide account" feature to keep a better overview of your + current accounts tabbed window functionality. + * Create budgets within GnuCash using your accoun data. + * Support for Accounting Periods. + * The data file format has been improved with respect to + international characters. Data files with international + characters can be transferred to other countries flawlessly. + * GnuCash Help and Guide are now fully integrated with the + GNOME Help system (Yelp) +* Thu Jun 15 2006 - schwab@suse.de +- Add workaround for guile bug. +* Thu May 25 2006 - sbrabec@suse.cz +- Updated to version 1.9.6. +- Do not install shared mime info files, now integrated to + freedesktop.org.xml. +* Thu May 11 2006 - sbrabec@suse.cz +- Updated to version 1.9.5 (GNOME2 branch). +- Split g-wrap and devel into separate packages. +* Sun Feb 05 2006 - aj@suse.de +- Fix build. +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Tue Oct 25 2005 - sbrabec@suse.cz +- Updated to version 1.8.12. +- Updated gnucash-docs to version 1.8.5. + Based on spec file from Rajesh Singh . +* Tue Aug 02 2005 - ro@suse.de +- intltoolize with force +* Tue Apr 26 2005 - gekker@suse.de +- Add Guppi-gcc4.patch to fix GCC4 compile failures. +* Tue Apr 19 2005 - ro@suse.de +- use gt_LC_MESSAGES instead of AM_LC_MESSAGES +* Thu Apr 14 2005 - sbrabec@suse.cz +- Added audiofile-devel to neededforbuild. +* Wed Mar 23 2005 - sbrabec@suse.cz +- Moved desktop file (#73653). +* Mon Feb 21 2005 - sf@suse.de +- fix build on biarch architectures +* Mon Jan 31 2005 - sndirsch@suse.de +- use iso-8859-15 for recoding account files instead of iso-8859-1 +* Sun Jan 30 2005 - sndirsch@suse.de +- recode acccount files to UTF-8 encoding in specfile (Bug #38292) +* Thu Nov 11 2004 - ro@suse.de +- fixed file list +* Mon Nov 08 2004 - ro@suse.de +- update to 1.8.9 +- fix build with current intltool +* Thu Nov 04 2004 - ro@suse.de +- locale rename: no -> nb +* Tue Oct 12 2004 - ro@suse.de +- added libgcrypt libgpg-error to neededforbuild +* Mon Mar 29 2004 - hhetter@suse.de +- don't call format, as newer versions of slib don't provide it + any more (Bug Id#34241) +* Wed Mar 17 2004 - sbrabec@suse.cz +- Fixed underquoted definitions (#36195). +* Mon Mar 15 2004 - sbrabec@suse.cz +- FHS 2.3 fix (mandir, infodir, #35821). +* Fri Feb 20 2004 - sbrabec@suse.cz +- Removed false requirement of glade. +* Thu Feb 19 2004 - sbrabec@suse.cz +- Removed false requirement of libunicode. +* Tue Feb 17 2004 - sbrabec@suse.cz +- Added gdk-pixbuf-gnome to neededforbuild. +* Thu Feb 12 2004 - sbrabec@suse.cz +- Updated to version 1.8.8. +* Thu Oct 23 2003 - lmb@suse.de +- Update to gnucash 1.8.7 and gnucash-docs-1.8.3. +- Re-added Guppi and folded it into gnucash package so graphs work + again. (#32135) +* Tue Sep 02 2003 - ro@suse.de +- remove Guppi from neededforbuild + (dropped, since gnumeric(1) was dropped) +* Fri Aug 22 2003 - ke@suse.de +- Add sgml-skel to neededforbuild. +* Thu Aug 21 2003 - hhetter@suse.de +- integrate the documentation package (rel. 1.8.2) +* Wed Aug 20 2003 - ro@suse.de +- removed libgtop from neededforbuild +* Wed Aug 20 2003 - hhetter@suse.de +- updated to version 1.8.5 +* Sat Aug 16 2003 - adrian@suse.de +- add Categories +* Sun Jul 27 2003 - hhetter@suse.de +- don't run deprecated tests +* Tue Jul 15 2003 - hhetter@suse.de +- updated to version 1.8.4 +* Mon Jul 14 2003 - sbrabec@suse.cz +- GNOME prefix change to /opt/gnome. +* Fri Jun 20 2003 - ro@suse.de +- fix build with current gettext +* Thu Jun 05 2003 - ro@suse.de +- remove unpackaged files from buildroot +- add g-wrap includes to package +* Wed May 14 2003 - mcihar@suse.cz +- don't need umb-scheme +* Thu Apr 24 2003 - ro@suse.de +- fix install_info --delete call and move from preun to postun +* Fri Mar 28 2003 - sbrabec@suse.cz +- Typo fix (NBSP -> spaces). +* Fri Mar 28 2003 - sbrabec@suse.cz +- Added install_info. +- Compress info pages. +* Fri Feb 21 2003 - ro@suse.de +- added openhbci-devel to neededforbuild +* Tue Feb 18 2003 - ro@suse.de +- added libchipcard and devel to neededforbuild +* Fri Feb 07 2003 - hhetter@suse.de +- build with libofx support +* Thu Feb 06 2003 - ro@suse.de +- update to g-wrap-1.3.4 and gnucash-1.8.0 +* Thu Jan 09 2003 - ro@suse.de +- add AM_GNU_GETTEXT_VERSION and make it build +- hack for gtkhtml-1.1 and recent guile +- more makefile hackery to work around cyclic library dependencies +* Fri Sep 27 2002 - ro@suse.de +- Added alsa alsa-devel to neededforbuild (esound) +* Mon Sep 09 2002 - hhetter@suse.de +- fix guile version checking in srfi-8.scm for new guile 1.4.1 + ( Bug Id #19258) +* Thu Aug 29 2002 - hhetter@suse.de +- removed gnome-applets / gnome-core stuff from #neededforbuild +* Thu Jul 04 2002 - hhetter@suse.de +- updated to version 1.6.6 +- use a stable g-wrap release (1.2.x) +* Wed May 22 2002 - meissner@suse.de +- %%_lib fixes. +* Thu Apr 04 2002 - schwab@suse.de +- Fix for new autotools. +* Sun Feb 17 2002 - ro@suse.de +- added missing g-wrap runtime lib to filelist (#13472) +* Fri Feb 01 2002 - ro@suse.de +- changed neededforbuild to +* Wed Jan 23 2002 - hhetter@suse.de +- added python, python-devel to #neededforbuild +* Wed Dec 19 2001 - hhetter@suse.de +- gnucash version update to 1.6.5 +- g-wrap updated to version 1.3.1 +- added LIBRARY_PATH for broken libtool +- removed no longer needed patch +- functionality test on i386 arch +- g-wrap version customized in specfile +- features for 1.6.5: + * amazing new Euro-conversion druid! + * massive translation update + * minor application bugfixes +* Sun Dec 09 2001 - ro@suse.de +- added to neededforbuild +* Fri Dec 07 2001 - ro@suse.de +- changed neededforbuild to +* Wed Dec 05 2001 - hhetter@suse.de +- prefix g-wrap to the original guile interpreter location +* Tue Nov 27 2001 - ro@suse.de +- back to g-wrap-1.1.10 +* Wed Nov 21 2001 - ro@suse.de +- update to g-wrap-1.1.11 +- added guppi-include path to cflags + (gnome-config does not show this path) +* Wed Nov 21 2001 - ro@suse.de +- added freetype2 to neededforbuild +* Tue Oct 16 2001 - hhetter@suse.de +- updated to version 1.6.4: + * fixes a bug which made it impossible to + load 1.4.x-gnucash files +* Wed Sep 26 2001 - hhetter@suse.de +- updated to version 1.6.3: + * new Polish translation + * Danish and Spanish translation of new account files + * updated Swedish, German, and Portuguese translations + * child accounts can be reconciled with the parent + * support for TrustNet online quotes + * support for precious metal currencies +- functionality test on i386 +* Sat Sep 15 2001 - schwab@suse.de +- Add Requires: python. +* Sat Sep 15 2001 - schwab@suse.de +- Fix missing declarations. +- Add %%suse_update_config. +* Wed Sep 12 2001 - hhetter@suse.de +- revert to g-wrap version 1.1.10, get gnucash + to work with guile 1.4 +- filelist review +- test on i386 +* Fri Aug 17 2001 - egger@suse.de +- Added fix for hardcoded CFLAGS in g-wrap. +* Fri Aug 17 2001 - egger@suse.de +- Added fix for libtool bustage in g-wrap update to 1.1.11. +* Mon Aug 13 2001 - hhetter@suse.de +- update to 1.6.2 +* Sun Jul 29 2001 - egger@suse.de +- Updated g-wrap to version 1.1.11. +* Wed Jul 25 2001 - sf@suse.de +- removed '-Werror' from Makefile.am in test/ to compile also + with gcc > 2.95 +* Thu Jul 19 2001 - hhetter@suse.de +- added #requires python phyton-gtk +* Sun Jul 08 2001 - egger@suse.de +- Updated to version 1.6.1. +- Added mising stuff to the filelist. +* Thu Jul 05 2001 - uli@suse.de +- added gal-devel to neededforbuild +* Thu Jun 21 2001 - ro@suse.de +- updated filelist +- cleaned specfile a bit +* Mon Jun 18 2001 - hhetter@suse.de +- gnucash : update to 1.6.0 +- g-wrap : update to 1.1.10 +- added additional requirements +- functionality test in current buildsystem +- filelist review +* Tue May 01 2001 - egger@suse.de +- Updated to version 1.4.12. Again just bugfixes. +* Mon Apr 02 2001 - egger@suse.de +- Updated to version 1.4.11. Pure bugfix release. +* Wed Mar 21 2001 - ro@suse.de +- added esound-devel to neededforbuild +* Fri Mar 02 2001 - egger@suse.de +- Minor corrections to the specfile. +* Tue Feb 20 2001 - egger@suse.de +- removed imlib-config from neededforbuild. +- Updated gnucash to version 1.4.10. +- Updated g-wrap to version 1.4.12. +* Tue Jan 30 2001 - ro@suse.de +- changed neededforbuild to +* Thu Dec 21 2000 - egger@suse.de +- Updated gnucash to 1.4.9. +- Updated g-wrap to 0.9.8. +- Bugfix releases. +- Recompressed with bzip2. +* Sun Dec 10 2000 - schwab@suse.de +- Add %%suse_update_config. +* Mon Nov 06 2000 - randall@suse.de +- Removed these two commands. The guile package will preform these + actions: + ln -sf /usr/lib/scheme/slib /usr/share/guile/1.4/slib + guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" +* Thu Nov 02 2000 - randall@suse.de +- Changed to long file names, also for distro SuSE 7.1a +* Tue Oct 31 2000 - randall@suse.de +- Initial Release diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4