fix make dist breakage, update rpm spec, up version to 1.7.1

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7302 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/g2-gog-integ
Chris Lyttle 24 years ago
parent 3bcc711d18
commit 3cb936e8f3

@ -1,3 +1,9 @@
2002-10-13 Chris Lyttle <chris@wilddev.net>
* 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 <hampton@employees.org>
* src/scm/printing/print-check.scm: The check printing setup

@ -20,5 +20,4 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea \
.cvsignore

@ -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)

@ -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}/*

Loading…
Cancel
Save