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

version 1.8, 2001/01/10 17:00:34 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 93  my $requires=""; Line 90  my $requires="";
 if ($tag eq "setup") {  if ($tag eq "setup") {
     $requires=<<END;      $requires=<<END;
 PreReq: setup  PreReq: setup
   PreReq: passwd
   PreReq: util-linux
 END  END
 }  }
 elsif ($tag eq "base") {  elsif ($tag eq "base") {
Line 253  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 283  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.8  
changed lines
  Added in v.1.10


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