Diff for /loncom/build/make_rpm.pl between versions 1.9 and 1.10

version 1.9, 2001/01/13 17:58:43 version 1.10, 2001/01/23 16:08:49
Line 4 Line 4
 # Automatically generate RPM listing files  # Automatically generate RPM listing files
 # from file listing.  # from file listing.
   
 # GNU General Public License, Version 2, June 1991  
 # See http://www.gnu.org/copyleft/gpl.html.  
   
 # This script does actually "build" the RPM.  # This script does actually "build" the RPM.
   
 # This script also generates and then deletes temporary  # This script also generates and then deletes temporary
Line 255  Version: $version Line 252  Version: $version
 Release: 1  Release: 1
 Vendor: Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.  Vendor: Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.
 BuildRoot: $currentdir/BuildRoot  BuildRoot: $currentdir/BuildRoot
 Copyright: GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.  Copyright: Michigan State University patents may apply.
 Group: Utilities/System  Group: Utilities/System
 Source: LON-CAPA-$tag-$version.tar.gz  Source: LON-CAPA-$tag-$version.tar.gz
 AutoReqProv: no  AutoReqProv: no
Line 285  echo "http://www.lon-capa.org/" Line 282  echo "http://www.lon-capa.org/"
 echo "Gerd Kortemeyer, et al"  echo "Gerd Kortemeyer, et al"
 echo "Laboratory for Instructional Technology Education"  echo "Laboratory for Instructional Technology Education"
 echo "Michigan State University"  echo "Michigan State University"
 echo "General Public License, Version 2, June 1991"  echo " "
 echo "** Michigan State University patents may apply **"  echo "** Michigan State University patents may apply **"
 echo " "  echo " "
 echo "This installation assumes an installation of Redhat 6.2"  echo "This installation assumes an installation of Redhat 6.2"

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>