ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-libwww-perl.spec
Revision: 1.2
Committed: Wed Mar 15 17:20:36 2006 UTC (19 years, 1 month ago) by eulisse
Branch: MAIN
CVS Tags: V00-00-01, V00-00-00, test2, test1, NataliaStart
Changes since 1.1: +2 -2 lines
Log Message:
Correct PERL5LIB.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-libwww-perl 1.41
2     ## INITENV +PATH PERL5LIB $P5_LIBWWW_PERL_ROOT/lib/site_perl/$PERL_VERSION/%perlarch
3 eulisse 1.2 %define perlarch $($PERL_ROOT/bin/perl -e 'use Config; print $Config{archname}')
4 eulisse 1.1 %define downloadn libwww-perl
5     %define downloadv 5.805
6 eulisse 1.2 Requires: perl expat p5-uri
7 eulisse 1.1 Source: http://cpan.mirror.solnet.ch/authors/id/G/GA/GAAS/%{downloadn}-%{downloadv}.tar.gz
8     %prep
9     %setup -n %downloadn-%downloadv
10     %build
11     which perl
12     perl Makefile.PL LIB=%{i}/lib/site_perl/$PERL_VERSION/%perlarch
13     make
14     %install
15     make install