ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-xml-parser.spec
Revision: 1.4
Committed: Tue May 2 08:48:47 2006 UTC (18 years, 11 months ago) by eulisse
Branch: MAIN
CVS Tags: V00-00-02
Changes since 1.3: +2 -2 lines
Log Message:
Now uses system perl rather than our custom one.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-xml-parser 2.34
2 eulisse 1.2 ## INITENV +PATH PERL5LIB $P5_XML_PARSER_ROOT/lib/site_perl/$PERL_VERSION/%perlarch
3 eulisse 1.1 %define downloadn XML-Parser
4 eulisse 1.4 %define perlarch $(perl -e 'use Config; print $Config{archname}')
5     Requires: perl-virtual expat
6 eulisse 1.1 Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/M/MS/MSERGEANT/%{downloadn}-%{v}.tar.gz
7     %prep
8     %setup -n %downloadn-%v
9     %build
10     which perl
11 eulisse 1.3 perl Makefile.PL PREFIX=%{i} \
12     EXPATLIBPATH=$EXPAT_ROOT/lib \
13     EXPATINCPATH=$EXPAT_ROOT/include
14 eulisse 1.1 make
15     make test
16     %install
17     make install