[LON-CAPA-cvs] cvs: modules /matthew/systemperl make_systemperl.sh prepare_systemperl.pl
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 11 Dec 2003 18:09:38 -0000
matthew Thu Dec 11 13:09:38 2003 EDT
Modified files:
/modules/matthew/systemperl make_systemperl.sh
prepare_systemperl.pl
Log:
Changes for systemperl 3.9. Includes grabbing 1.05 of Locale::Maketext
instead of the most current version.
Index: modules/matthew/systemperl/make_systemperl.sh
diff -u modules/matthew/systemperl/make_systemperl.sh:1.3 modules/matthew/systemperl/make_systemperl.sh:1.4
--- modules/matthew/systemperl/make_systemperl.sh:1.3 Wed Jun 11 16:54:38 2003
+++ modules/matthew/systemperl/make_systemperl.sh Thu Dec 11 13:09:38 2003
@@ -4,4 +4,4 @@
# | | | config files
# | | | | doc files
# | | | | | prefix (remove)
-find ./root | perl make_rpm.pl LON-CAPA-systemperl 3.7 rh7 '' '' ./root
+find ./root | perl make_rpm.pl LON-CAPA-systemperl 3.9 rh7 '' '' ./root
Index: modules/matthew/systemperl/prepare_systemperl.pl
diff -u modules/matthew/systemperl/prepare_systemperl.pl:1.5 modules/matthew/systemperl/prepare_systemperl.pl:1.6
--- modules/matthew/systemperl/prepare_systemperl.pl:1.5 Wed Dec 10 09:52:13 2003
+++ modules/matthew/systemperl/prepare_systemperl.pl Thu Dec 11 13:09:38 2003
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: prepare_systemperl.pl,v 1.5 2003/12/10 14:52:13 matthew Exp $
+# $Id: prepare_systemperl.pl,v 1.6 2003/12/11 18:09:38 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -25,7 +25,7 @@
use strict;
use CPAN;
-my $basedir = "/home/matthew/systemperl/systemperl-3.8-rh7";
+my $basedir = "/home/matthew/systemperl/systemperl-3.9-rh7";
my $builddir = $basedir."/modules";
system("mkdir -p $builddir") if (! -e $builddir);
my $targetdir = $basedir."/root/usr";
@@ -100,7 +100,7 @@
{ src=>"Authen::Krb5",
dirname=>"Krb5-*",
compile => 'patch < ../../Krb5_patch;'.$sysperl_install },
- { src=>"Locale::Maketext",
+ { src=>"SBURKE/Locale-Maketext-1.05.tar.gz", #Locale::Maketext
dirname => "Locale-Maketext-*",
compile => $sysperl_install },
{ src=>"LWP",