ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-libwww-perl.spec
Revision: 1.5
Committed: Mon May 15 18:33:01 2006 UTC (18 years, 11 months ago) by lat
Branch: MAIN
CVS Tags: CRABSERVER_TEST_BUILD_V4, CRABSERVER_TEST_BUILD_V3, CRABSERVER_TEST_BUILD_V2, CRABSERVER_TEST_BUILD_V1, forCRABSERVER104test, forCRABSERVER103, PRODAGENT_0_10_12_V10, PRODAGENT_0_10_12_V9, PRODAGENT_0_10_12_V8, PRODAGENT_0_10_12_V7, PRODAGENT_0_10_12_V6, PRODAGENT_0_10_12_V5, PRODAGENT_0_10_12_V4, forCS102pre4, PRODAGENT_0_10_12_V3, PRODAGENT_0_10_12_V2, PRODAGENT_0_10_12, PRODAGENT_0_10_3, PRODAGENT_0_10_3_20080521, PRODAGENT_0_8_3_SL4, forPA070pre3-slc3, forPA070pre3-slc4, forPA070pre3-slc, forPA061, forPA060pre7-slc4, forPA060pre3, forDBS106, forPA050pre3, WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, forPA030, forPA020, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0, PR0_3_13, PR0_3_12, PR0-3-11, forPR034, forPR033, forPIL116, forPR032, forPR030, forPR020, forPA011, forPR010, forPA010, af20060928, ProdAgent_pa17, phedex_2_3_series, V00-00-10, V00-00-09, V00-00-08, V00-00-07, V00-00-06, V00-00-05
Changes since 1.4: +1 -1 lines
Log Message:
Don't require any packages seeded from the system.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-libwww-perl 1.41
2 lat 1.4 ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion/%perlarch
3     %define perlversion %(perl -e 'printf "%%vd", $^V')
4     %define perlarch %(perl -MConfig -e 'print $Config{archname}')
5 eulisse 1.1 %define downloadn libwww-perl
6     %define downloadv 5.805
7 eulisse 1.3
8 lat 1.5 Requires: expat p5-uri
9 eulisse 1.3
10     ## FIXME: we fake the existance of these to remove rpm complaining about needing it.
11     Provides: perl(Authen::NTLM)
12     Provides: perl(HTML::Entities)
13     Provides: perl(HTTP::GHTTP)
14     Provides: perl(Win32)
15    
16 eulisse 1.1 Source: http://cpan.mirror.solnet.ch/authors/id/G/GA/GAAS/%{downloadn}-%{downloadv}.tar.gz
17     %prep
18     %setup -n %downloadn-%downloadv
19     %build
20     which perl
21 lat 1.4 perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion
22 eulisse 1.1 make
23     %install
24     make install