# | 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 | |
5 | %define perlversion %(perl -e 'printf "%%vd", $^V') | |
# | 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} \ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |