|
|
@@ -60,6 +60,7 @@
|
|
|
%define V_http_daemon_ssl 1.01
|
|
|
%define V_http_proxy 0.13
|
|
|
%define V_http_recorder 0.02
|
|
|
+%define V_wddx 1.02
|
|
|
|
|
|
# package information
|
|
|
Name: perl-www
|
|
|
@@ -72,7 +73,7 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20040730
|
|
|
+Release: 20040810
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
|
|
|
@@ -110,14 +111,15 @@ Source31: http://www.cpan.org/modules/by-module/WWW/WWW-Search-AlltheWeb-%{V
|
|
|
Source32: http://www.cpan.org/modules/by-module/HTTP/HTTP-Daemon-SSL-%{V_http_daemon_ssl}.tar.gz
|
|
|
Source33: http://www.cpan.org/modules/by-module/HTTP/HTTP-Proxy-%{V_http_proxy}.tar.gz
|
|
|
Source34: http://www.cpan.org/modules/by-module/HTTP/HTTP-Recorder-%{V_http_recorder}.tar.gz
|
|
|
+Source35: http://www.cpan.org/modules/by-module/WDDX/WDDX-%{V_wddx}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
|
|
|
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
|
|
|
-BuildPreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net
|
|
|
-PreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net
|
|
|
+BuildPreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net, perl-time
|
|
|
+PreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net, perl-time
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -158,6 +160,7 @@ AutoReqProv: no
|
|
|
- HTTP::Daemon::SSL (%{V_http_daemon_ssl})
|
|
|
- HTTP::Proxy (%{V_http_proxy})
|
|
|
- HTTP::Recorder (%{V_http_recorder})
|
|
|
+ - WDDX (%{V_wddx})
|
|
|
|
|
|
%track
|
|
|
prog perl-www:CGI-Application = {
|
|
|
@@ -335,6 +338,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/HTTP/
|
|
|
regex = HTTP-Recorder-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-www:WDDX = {
|
|
|
+ version = %{V_wddx}
|
|
|
+ url = http://www.cpan.org/modules/by-module/WDDX/
|
|
|
+ regex = WDDX-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
@@ -372,6 +380,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 32
|
|
|
%setup -q -T -D -a 33
|
|
|
%setup -q -T -D -a 34
|
|
|
+ %setup -q -T -D -a 35
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -413,6 +422,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
|
|
|
|
|
|
# cleanup installation
|
|
|
( cd $RPM_BUILD_ROOT%{l_prefix}/bin
|