--- loncom/build/make_rpm.pl 2000/10/02 14:07:53 1.1 +++ loncom/build/make_rpm.pl 2000/12/11 19:03:01 1.3 @@ -7,11 +7,9 @@ # GNU General Public License, Version 2, June 1991 # See http://www.gnu.org/copyleft/gpl.html. -# This file currently does not actually "build" the RPM. -# This has to be done with an RPM build environment and -# commands like 'rpm -ba'. +# This script does actually "build" the RPM. -# What this file DOES do is generate all the needed +# This script also generates and then deletes temporary # files (and binary root directory tree) to build an RPM with. # I still need to implement the CONFIGURATION_FILES and @@ -20,11 +18,13 @@ # Take in a file list (from standard input), # a description tag and version tag from command line argument -# and generate a: +# and temporarily generate a: # RPM .spec file # RPM Makefile # SourceRoot +# A resulting .rpm file is generated. + unless (-e "/usr/lib/rpm/rpmrc") { print < [CONFIGURATION_FILES] [DOCUMENTATION] [PATHPREFIX]\n"; print "Standard input provides the list of files to work with.\n";