1 |
|
### RPM external p5-libwww-perl 1.41 |
2 |
|
## INITENV +PATH PERL5LIB $P5_LIBWWW_PERL_ROOT/lib/site_perl/$PERL_VERSION/%perlarch |
3 |
< |
%define perlarch $($PERL_ROOT/bin/perl -e 'use Config; print $Config{archname}') |
3 |
> |
%define perlarch $(perl -e 'use Config; print $Config{archname}') |
4 |
|
%define downloadn libwww-perl |
5 |
|
%define downloadv 5.805 |
6 |
< |
Requires: perl expat p5-uri |
6 |
> |
|
7 |
> |
Requires: perl-virtual expat p5-uri |
8 |
> |
|
9 |
> |
## FIXME: we fake the existance of these to remove rpm complaining about needing it. |
10 |
> |
Provides: perl(Authen::NTLM) |
11 |
> |
Provides: perl(HTML::Entities) |
12 |
> |
Provides: perl(HTTP::GHTTP) |
13 |
> |
Provides: perl(Win32) |
14 |
> |
|
15 |
|
Source: http://cpan.mirror.solnet.ch/authors/id/G/GA/GAAS/%{downloadn}-%{downloadv}.tar.gz |
16 |
|
%prep |
17 |
|
%setup -n %downloadn-%downloadv |