*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2171 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-04-09 08:16:59 +00:00
parent 7769956732
commit e8007c2117
5 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,11 @@
2000-04-09 Dave Peticolas <peticola@cs.ucdavis.edu> 2000-04-09 Dave Peticolas <peticola@cs.ucdavis.edu>
* 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 * src/scm/prefs.scm: make the default field types be description
and total and total

2
configure vendored
View File

@ -4611,6 +4611,7 @@ trap 'rm -fr `echo "Makefile
po/Makefile.in po/Makefile.in
po/extract-macros.perl po/extract-macros.perl
include/messages_i18n.h include/messages_i18n.h
rpm/gnucash.spec
lib/Makefile lib/Makefile
lib/Xbae-4.6.2-linas/Makefile lib/Xbae-4.6.2-linas/Makefile
lib/Xbae-4.6.2-linas/src/Makefile lib/Xbae-4.6.2-linas/src/Makefile
@ -4779,6 +4780,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
po/Makefile.in po/Makefile.in
po/extract-macros.perl po/extract-macros.perl
include/messages_i18n.h include/messages_i18n.h
rpm/gnucash.spec
lib/Makefile lib/Makefile
lib/Xbae-4.6.2-linas/Makefile lib/Xbae-4.6.2-linas/Makefile
lib/Xbae-4.6.2-linas/src/Makefile lib/Xbae-4.6.2-linas/src/Makefile

View File

@ -581,6 +581,7 @@ AC_OUTPUT(Makefile
po/Makefile.in po/Makefile.in
po/extract-macros.perl po/extract-macros.perl
include/messages_i18n.h include/messages_i18n.h
rpm/gnucash.spec
lib/Makefile lib/Makefile
lib/Xbae-4.6.2-linas/Makefile lib/Xbae-4.6.2-linas/Makefile
lib/Xbae-4.6.2-linas/src/Makefile lib/Xbae-4.6.2-linas/src/Makefile

1
rpm/.cvsignore Normal file
View File

@ -0,0 +1 @@
gnucash.spec

View File

@ -1,6 +1,6 @@
Name: gnucash Name: gnucash
Summary: GnuCash is an application to keep track of your finances. Summary: GnuCash is an application to keep track of your finances.
Version: 1.3.4 Version: @VERSION@
Release: 1 Release: 1
Copyright: Free Software Foundation Copyright: Free Software Foundation
Group: Applications/Finance Group: Applications/Finance