diff --git a/ChangeLog b/ChangeLog index 7425615861..939454d326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-13 Chris Lyttle + + * accounts/fr_FR/Makefile.am: fix make dist breakage + * rpm/gnucash.spec.in: update for release + * configure.in: change to version 1.7.1 + 2002-10-13 David Hampton * src/scm/printing/print-check.scm: The check printing setup diff --git a/accounts/fr_FR/Makefile.am b/accounts/fr_FR/Makefile.am index 7570bd8785..760c9172ea 100644 --- a/accounts/fr_FR/Makefile.am +++ b/accounts/fr_FR/Makefile.am @@ -20,5 +20,4 @@ account_DATA = \ EXTRA_DIST = \ ${account_DATA} \ - acctchrt_full.gnucash-xea \ .cvsignore diff --git a/configure.in b/configure.in index 11442c0b61..0812258008 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ AC_PROG_CC GNUCASH_MAJOR_VERSION=1 GNUCASH_MINOR_VERSION=7 -GNUCASH_MICRO_VERSION=0 +GNUCASH_MICRO_VERSION=1 GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION AC_SUBST(GNUCASH_MAJOR_VERSION) diff --git a/rpm/gnucash.spec.in b/rpm/gnucash.spec.in index afd5a91ba1..da94362796 100644 --- a/rpm/gnucash.spec.in +++ b/rpm/gnucash.spec.in @@ -19,24 +19,14 @@ Group: Applications/Finance URL: http://www.gnucash.org Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{PACKAGE_VERSION}.tar.gz BuildRoot: /var/tmp/gnucash-%version -Requires: gnome-libs >= 1.2.0 -Buildrequires: gnome-libs-devel >= 1.2.0 -Requires: gdk-pixbuf >= 0.2.5 -Buildrequires: gdk-pixbuf-devel >= 0.2.5 -Requires: gnome-print >= 0.21 -Buildrequires: gnome-print-devel >= 0.21 -Requires: guile >= 1.3.4 -Buildrequires: guile-devel >= 1.3.4 -Requires: gtkhtml >= 0.8 -Buildrequires: gtkhtml-devel >= 0.8 -Requires: Guppi >= 0.35.3 -Buildrequires: Guppi-devel >= 0.35.3 -Requires: g-wrap >= 1.3.1 -Buildrequires: g-wrap-devel >= 1.3.1 -Requires: umb-scheme >= 3.2 -Requires: gal >= 0.8 -Buildrequires: gal-devel >= 0.8 -Buildrequires: libglade-devel >= 0.16 +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.2, umb-scheme >= 3.2, gal >= 0.8 +BuildPrereq: g-wrap-devel >= 1.3.2, gtkhtml-devel >= 0.8 +BuildPrereq: Guppi-devel, postgresql-devel, gal-devel, libxml-devel +BuildPrereq: libglade-devel, libghttp-devel, python-devel, libtermcap-devel +BuildPrereq: readline-devel +Prereq: /sbin/ldconfig /sbin/install-info %description GnuCash is a personal finance manager. A check-book like @@ -88,6 +78,17 @@ cp -p src/backend/postgres/README README.postgres %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +%post +/sbin/ldconfig +/sbin/install-info %{_infodir}/gnucash-design.info.gz %{_infodir}/dir + +%postun +/sbin/ldconfig +if [ $1 = 0 ]; then + /sbin/install-info --delete %{_infodir}/gnucash-design.info.gz + %{_infodir}/dir +fi + %files -f %{name}.lang %defattr(444,root,root,755) %attr(555,root,root) %{_bindir}/*