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: 08-Jun-2004 15:14:43
Branch: HEAD Handle: 2004060814144300
Modified files:
openpkg-src/perl-www perl-www.spec
Log:
modifying package: perl-www-5.8.4 20040603 -> 20040608
Summary:
Revision Changes Path
1.129 +34 -4 openpkg-src/perl-www/perl-www.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-www/perl-www.spec
============================================================================
$ cvs diff -u -r1.128 -r1.129 perl-www.spec
--- openpkg-src/perl-www/perl-www.spec 3 Jun 2004 14:50:20 -0000 1.128
+++ openpkg-src/perl-www/perl-www.spec 8 Jun 2004 13:14:43 -0000 1.129
@@ -26,7 +26,7 @@
# versions of individual parts
%define V_perl 5.8.4
%define V_libwww_perl 5.79
-%define V_uri 1.30
+%define V_uri 1.31
%define V_cgi 3.05
%define V_cgi_untaint 1.00
%define V_cgi_auth 3.00
@@ -57,6 +57,9 @@
%define V_www_search_yahoo 2.396
%define V_www_search_lycos 2.22
%define V_www_search_alltheweb 1.5
+%define V_http_daemon_ssl 1.01
+%define V_http_proxy 0.13
+%define V_http_recorder 0.02
# package information
Name: perl-www
@@ -69,7 +72,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040603
+Release: 20040608
# list of sources
Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
@@ -104,14 +107,17 @@
Source29:
http://www.cpan.org/modules/by-module/WWW/WWW-Search-Yahoo-%{V_www_search_yahoo}.tar.gz
Source30:
http://www.cpan.org/modules/by-module/WWW/WWW-Search-Lycos-%{V_www_search_lycos}.tar.gz
Source31:
http://www.cpan.org/modules/by-module/WWW/WWW-Search-AlltheWeb-%{V_www_search_alltheweb}.tar.gz
+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
# 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-mail, perl-xml, perl-net
-PreReq: perl-crypto, perl-mail, perl-xml, perl-net
+BuildPreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net
+PreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net
AutoReq: no
AutoReqProv: no
@@ -149,6 +155,9 @@
- WWW-Search-Yahoo (%{V_www_search_yahoo})
- WWW-Search-Lycos (%{V_www_search_lycos})
- WWW-Search-AlltheWeb (%{V_www_search_alltheweb})
+ - HTTP::Daemon::SSL (%{V_http_daemon_ssl})
+ - HTTP::Proxy (%{V_http_proxy})
+ - HTTP::Recorder (%{V_http_recorder})
%track
prog perl-www:CGI-Application = {
@@ -311,6 +320,21 @@
url = http://www.cpan.org/modules/by-module/WWW/
regex = WWW-Search-AlltheWeb-(__VER__)\.tar\.gz
}
+ prog perl-www:HTTP-Daemon-SSL = {
+ version = %{V_http_daemon_ssl}
+ url = http://www.cpan.org/modules/by-module/HTTP/
+ regex = HTTP-Daemon-SSL-(__VER__)\.tar\.gz
+ }
+ prog perl-www:HTTP-Proxy = {
+ version = %{V_http_proxy}
+ url = http://www.cpan.org/modules/by-module/HTTP/
+ regex = HTTP-Proxy-(__VER__)\.tar\.gz
+ }
+ prog perl-www:HTTP-Recorder = {
+ version = %{V_http_recorder}
+ url = http://www.cpan.org/modules/by-module/HTTP/
+ regex = HTTP-Recorder-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -345,6 +369,9 @@
%setup -q -T -D -a 29
%setup -q -T -D -a 30
%setup -q -T -D -a 31
+ %setup -q -T -D -a 32
+ %setup -q -T -D -a 33
+ %setup -q -T -D -a 34
%build
@@ -383,6 +410,9 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
+ %{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
# cleanup installation
( cd $RPM_BUILD_ROOT%{l_prefix}/bin
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]