ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-text-glob.spec
Revision: 1.6
Committed: Wed Apr 18 23:46:02 2007 UTC (18 years ago) by ratnik
Branch: MAIN
CVS Tags: pe20070428a-ports, pe20070423b-ports, pe20070423a-ports
Changes since 1.5: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-text-glob 0.06
2 ratnik 1.6 Requires: gcc-wrapper
3 eulisse 1.4 ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion
4 lat 1.2 %define perlversion %(perl -e 'printf "%%vd", $^V')
5     %define perlarch %(perl -MConfig -e 'print $Config{archname}')
6 eulisse 1.1 %define downloadn Text-Glob
7    
8     Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/%{downloadn}-%{v}.tar.gz
9     %prep
10     %setup -n %downloadn-%v
11     %build
12 ratnik 1.6 ## IMPORT gcc-wrapper
13 eulisse 1.1 LC_ALL=C; export LC_ALL
14 lat 1.2 perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion
15 eulisse 1.1 make
16 eulisse 1.5 #