mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-08 20:18:28 -05:00
* src/gnome/dialog-options.c: add support for text options * src/gnome/window-main.c (gnc_ui_about_cb): set parent * src/scm/report/register.scm: more work * src/scm/html-document.scm: fix bug * src/scm/report/average-balance.scm: tweak default accounts * src/scm/html-utilities.scm (gnc:html-build-acct-table): put in a horizontal line before grand total. * src/gnome/dialog-tax-info.c: use form & description, not code & form, in clist. more work on display. * src/scm/report/txf-export.scm: fix bug * src/register/gnome/gnucash-sheet.c (gnucash_sheet_modify_current_cell): reset item edit position * src/register/gnome/gnucash-item-edit.c (item_edit_reset_offset): new func * src/gnome/gnc-currency-edit.c (add_item): don't use namespace in string git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3865 57a11ea4-9604-0410-9ed3-97b8803252fd
This directory contains spec files for building an RPM Short instructions: > I've never built an rpm; given a spec file, how do I do this? > I understand the theory, just not clear on what to type up. You'll need to be root. (It is possible to avoid this requirement, but I haven't done the work to the RPM.) cd /usr/src/redhat/SOURCES tar -zxvf xacc-1.x.tar.gz cp xacc-1.x/rpm/xacc.spec ../SPECS cp xacc-1.x/rpm/xacc.wmconfig . cd /usr/src/redhat/SPECS rpm -ba xacc.spec wait a bit, and a new binary rpm will be in /usr/src/redhat/RPMS/<arch> and a new src.rpm will be in /usr/src/redhat/SRPMS.