mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** 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:
parent
7769956732
commit
e8007c2117
@ -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
2
configure
vendored
@ -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
|
||||||
|
@ -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
1
rpm/.cvsignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
gnucash.spec
|
@ -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
|
Loading…
Reference in New Issue
Block a user