ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-sort-key.spec
Revision: 1.3
Committed: Wed Apr 18 23:46:02 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Changes since 1.2: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# User Rev Content
1 lat 1.1 ### RPM external p5-sort-key 1.25
2 ratnik 1.3 Requires: gcc-wrapper
3 lat 1.1 ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion
4     %define perlversion %(perl -e 'printf "%%vd", $^V')
5     %define perlarch %(perl -MConfig -e 'print $Config{archname}')
6     %define downloadn Sort-Key
7    
8     Source: http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/%{downloadn}-%{v}.tar.gz
9 lat 1.2
10 lat 1.1 %prep
11     %setup -n %downloadn-%v
12 lat 1.2
13 lat 1.1 %build
14 ratnik 1.3 ## IMPORT gcc-wrapper
15 lat 1.1 perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion
16     make