ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-template-toolkit.spec
(Generate patch)

Comparing COMP/CMSDIST/p5-template-toolkit.spec (file contents):
Revision 1.4 by lat, Mon May 8 12:24:49 2006 UTC vs.
Revision 1.10 by ratnik, Wed Apr 18 23:46:02 2007 UTC

# Line 1 | Line 1
1   ### RPM external p5-template-toolkit 2.14
2 + Requires: gcc-wrapper
3   ## INITENV +PATH PATH %{i}/bin
4 < ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion/%perlarch
4 > ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion
5   %define perlversion %(perl -e 'printf "%%vd", $^V')
6   %define perlarch %(perl -MConfig -e 'print $Config{archname}')
7 < Requires: perl-virtual p5-dbi
7 > Requires: p5-dbi
8   %define downloadn Template-Toolkit
9  
10   Provides: perl(AppConfig)
# Line 32 | Line 33 | Source: http://www.cpan.org/modules/by-m
33   %prep
34   %setup -n %{downloadn}-%{v}
35   %build
36 + ## IMPORT gcc-wrapper
37   perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion \
38                   TT_LIB=%{i}/lib/site_perl/%perlversion \
39                   TT_PREFIX=%{i} \
# Line 39 | Line 41 | perl Makefile.PL PREFIX=%i LIB=%i/lib/si
41                   TT_DOCS=n \
42                   TT_EXAMPLES=n
43   make
44 < make test
44 > perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' blib/script/tpage
45 > perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' blib/script/ttree
46 >
47   %install
48   make install
49 + #
50 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines