Hi,

I've created a RedHat packages of Template Toolkit and AppConfig. I 
haven't really tested them yet, but at least it's a place to start. Get 
them at http://nogin.org/RPM/perl-Template.html and 
http://nogin.org/RPM/perl-AppConfig.html

In order to get it to build properly, I had to modify Makefile.PL in the 
following way:

--- Makefile.PL.orig    Wed Sep 12 11:16:31 2001
+++ Makefile.PL Sat Nov 10 17:28:02 2001
@@ -192,7 +192,7 @@
         @$(PERL) bin/tt2inst -v "$(TT_PREFIX)"

  tt2_splash ::
-       @$(PERL) -I lib bin/gifsplash -v
+       @$(PERL) -I lib bin/gifsplash -v -i "$(TT_PREFIX)"

  EOF
      $amble .=<<EOF if $main::TT_BUILD_DOCS;

This change fixes the problem reported couple of days ago by Kenny 
Flegal <[EMAIL PROTECTED]> - that during the installation process 
gifsplash uses the path it was compiled for, not the path it being 
installed into (which would be the same in the usual installation 
process, but are different when RPM's RpmBuildRoot directive is used).

Aleksey
--------------------------------------------------------------
Home Page: http://nogin.org/
E-Mail: [EMAIL PROTECTED] (office), [EMAIL PROTECTED] (home)
Office: Upson 4139, tel: 1-607-255-4934



Reply via email to