diff --git a/ChangeLog b/ChangeLog index 89ff3c614c..72e755b023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-04-09 Dave Peticolas + * configure.in: make gnucash.spec configured + + * rpm/gnucash.spec.in: new file, same as old gnucash.spec, but + with @VERSION@ instead of a hard-coded version number. Removed + gnucash.spec. + * src/scm/prefs.scm: make the default field types be description and total diff --git a/configure b/configure index 0d80131ff7..50ff38d6a8 100755 --- a/configure +++ b/configure @@ -4611,6 +4611,7 @@ trap 'rm -fr `echo "Makefile po/Makefile.in po/extract-macros.perl include/messages_i18n.h + rpm/gnucash.spec lib/Makefile lib/Xbae-4.6.2-linas/Makefile lib/Xbae-4.6.2-linas/src/Makefile @@ -4779,6 +4780,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile po/Makefile.in po/extract-macros.perl include/messages_i18n.h + rpm/gnucash.spec lib/Makefile lib/Xbae-4.6.2-linas/Makefile lib/Xbae-4.6.2-linas/src/Makefile diff --git a/configure.in b/configure.in index 016e3967da..e3c444cff1 100644 --- a/configure.in +++ b/configure.in @@ -581,6 +581,7 @@ AC_OUTPUT(Makefile po/Makefile.in po/extract-macros.perl include/messages_i18n.h + rpm/gnucash.spec lib/Makefile lib/Xbae-4.6.2-linas/Makefile lib/Xbae-4.6.2-linas/src/Makefile diff --git a/rpm/.cvsignore b/rpm/.cvsignore new file mode 100644 index 0000000000..08d25bcc89 --- /dev/null +++ b/rpm/.cvsignore @@ -0,0 +1 @@ +gnucash.spec diff --git a/rpm/gnucash.spec b/rpm/gnucash.spec.in similarity index 98% rename from rpm/gnucash.spec rename to rpm/gnucash.spec.in index 826835f53d..8c8e509bc4 100644 --- a/rpm/gnucash.spec +++ b/rpm/gnucash.spec.in @@ -1,6 +1,6 @@ Name: gnucash Summary: GnuCash is an application to keep track of your finances. -Version: 1.3.4 +Version: @VERSION@ Release: 1 Copyright: Free Software Foundation Group: Applications/Finance