OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Aug-2004 15:07:34
Branch: HEAD Handle: 2004081014073400
Modified files:
openpkg-src/perl-www perl-www.spec
Log:
add WDDX
Summary:
Revision Changes Path
1.134 +13 -3 openpkg-src/perl-www/perl-www.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-www/perl-www.spec
============================================================================
$ cvs diff -u -r1.133 -r1.134 perl-www.spec
--- openpkg-src/perl-www/perl-www.spec 30 Jul 2004 06:20:01 -0000 1.133
+++ openpkg-src/perl-www/perl-www.spec 10 Aug 2004 13:07:34 -0000 1.134
@@ -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 @@
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 @@
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 @@
- 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 @@
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 @@
%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 @@
%{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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]