You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/rpm
Dave Peticolas 9209c2ceae
Valek Filippov's Russian translation.
26 years ago
..
.cvsignore Rob Browning's patch to break out g-wrap. 26 years ago
Makefile.am Rob Browning's make dist patch. 26 years ago
Makefile.in Bill Gribble's patch to add gtkhtml support, key-value pairs, 26 years ago
README new improved instrcutions 28 years ago
gnucash.spec.in Valek Filippov's Russian translation. 26 years ago

README

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.