ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-xml-parser.spec
Revision: 1.2
Committed: Mon Mar 13 15:12:27 2006 UTC (19 years, 1 month ago) by eulisse
Branch: MAIN
CVS Tags: test1, NataliaStart
Changes since 1.1: +2 -1 lines
Log Message:
fixes PERL5LIB

File Contents

# Content
1 ### RPM external p5-xml-parser 2.34
2 ## INITENV +PATH PERL5LIB $P5_XML_PARSER_ROOT/lib/site_perl/$PERL_VERSION/%perlarch
3 %define downloadn XML-Parser
4 %define perlarch $($PERL_ROOT/bin/perl -e 'use Config; print $Config{archname}')
5 Requires: perl expat
6 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 perl Makefile.PL PREFIX=%{i}
12 make
13 make test
14 %install
15 make install