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

File Contents

# Content
1 ### RPM external p5-dbd-mysql 3.0002
2 Requires: gcc-wrapper
3 ## 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 DBD-mysql
7
8 Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/%downloadn-%v.tar.gz
9 Requires: p5-dbi mysql
10
11 %prep
12 %setup -n %{downloadn}-%{v}
13
14 %build
15 ## IMPORT gcc-wrapper
16 perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion
17 make