gnucash/rpm
Dave Peticolas bc69db7765 2001-05-01 Conrad Canterford <conrad@mail.watersprite.com.au>
* make-gnucash-patch.in: add --file option to allow single file
	patches to be made.

	* README.patches (new file): Moved patch instructions from README
	file into this new file, and added detailed descriptions of all
	the options for make-gnucash-patch.

        * README: see above


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4098 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-01 20:58:00 +00:00
..
.cvsignore Remove Makefile.in's from CVS repository. 2000-09-13 22:33:15 +00:00
gnucash.spec.in 2001-05-01 Conrad Canterford <conrad@mail.watersprite.com.au> 2001-05-01 20:58:00 +00:00
Makefile.am Rob Browning's make dist patch. 2000-06-05 05:51:39 +00:00
README new improved instrcutions 1998-06-16 03:46:22 +00:00

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.