RPM Builder

FEATURES
--------

This program makes tar.gz archives into RPM packages.

Extensive knowledge about RPM packaging isn't necessary. You can make RPM
packages by only filling in some entries.

This program requires a Tcl/Tk interpreter. This program will not run in Windows, YET.

INSTALL
-------

From tar.gz file:
	type: tar zxf rpmbuilder-0.5.tar.gz
	type: cd rpmbuilder-0.5
	type: sh ./INSTALL
	
	(The INSTALL script simply copies the rpmbuilder file to /usr/bin)
	
From rpm file:
	type: rpm -Uvh rpmbuilder-0.5-1.i386.rpm


NEW RPM VERSIONS (RedHat 6.0 and Mandrake-Linux 6.0)
----------------
RedHat 6.0 and Mandrake-Linux 6.0 use the new 3.x.x RPM version.
I have not yet worked out how to deal with the specdir format that the RPM guys 
have desided to use. If you have one of these distro's download the 
proper rpmbuilder.conf file from the website and save as to /etc/rpmbuilder.conf.
Get the file from http://www.klabs.net/rpmbuilder

BUILDING RPMS
-------------

In order to run this program, you should have root privilege.
(RPM build option requires root privilege.)

This program currently creates the spec file and the actual RPM and SRPM files
as well. When they are built they are put in the normal directories.
on RedHat that would be /usr/src/redhat/RPMS/i386 or something like that.


Copyright
---------
This program follows the GNU Public License (See COPYING).
