ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-xml-parser.spec
Revision: 1.8
Committed: Fri Jun 16 14:30:11 2006 UTC (18 years, 10 months ago) by eulisse
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
Removes %perlarch from PERL5LIB

File Contents

# Content
1 ### RPM external p5-xml-parser 2.34
2 ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion
3 %define perlversion %(perl -e 'printf "%%vd", $^V')
4 %define perlarch %(perl -MConfig -e 'print $Config{archname}')
5 %define downloadn XML-Parser
6 Requires: expat
7 Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/M/MS/MSERGEANT/%{downloadn}-%{v}.tar.gz
8 %prep
9 %setup -n %downloadn-%v
10 %build
11 which perl
12 perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion \
13 EXPATLIBPATH=$EXPAT_ROOT/lib \
14 EXPATINCPATH=$EXPAT_ROOT/include
15 make
16 case $(uname)-$(uname -m) in
17 Linux*)
18 make test
19 esac
20 %install
21 make install