OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 25-Feb-2006 16:34:57 Branch: HEAD Handle: 2006022515345600 Modified files: openpkg-src/perl-www perl-www.spec Log: update two modules and add a missing one for HTTP::Recorder Summary: Revision Changes Path 1.266 +13 -3 openpkg-src/perl-www/perl-www.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-www/perl-www.spec ============================================================================ $ cvs diff -u -r1.265 -r1.266 perl-www.spec --- openpkg-src/perl-www/perl-www.spec 9 Feb 2006 20:29:20 -0000 1.265 +++ openpkg-src/perl-www/perl-www.spec 25 Feb 2006 15:34:56 -0000 1.266 @@ -26,7 +26,7 @@ %define V_perl 5.8.8 %define V_libwww_perl 5.805 %define V_uri 1.35 -%define V_cgi 3.16 +%define V_cgi 3.17 %define V_cgi_untaint 1.26 %define V_cgi_auth 3.00 %define V_cgi_simple 0.077 @@ -54,7 +54,7 @@ %define V_cgi_builder_session 1.26 %define V_cgi_builder_htmltmpl 1.21 %define V_cgi_builder_tt2 0.03 -%define V_cgi_ajax 0.684 +%define V_cgi_ajax 0.691 %define V_fcgi 0.67 %define V_rpc_xml 0.58 %define V_soap_lite 0.67 @@ -76,6 +76,7 @@ %define V_www_wikipedia 1.8 %define V_http_daemon_ssl 1.02 %define V_http_proxy 0.17 +%define V_http_request_params 1.01 %define V_http_recorder 0.05 %define V_wddx 1.02 %define V_embperl 2.1.0 @@ -91,7 +92,7 @@ Group: Language License: GPL/Artistic Version: %{V_perl} -Release: 20060209 +Release: 20060225 # list of sources Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz @@ -148,6 +149,7 @@ Source51: http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-DBH-%{V_cgi_application_plugin_dbh}.tar.gz Source52: http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-Session-%{V_cgi_application_plugin_session}.tar.gz Source53: http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-Stream-%{V_cgi_application_plugin_stream}.tar.gz +Source54: http://www.cpan.org/modules/by-module/HTTP/HTTP-Request-Params-%{V_http_request_params}.tar.gz Patch0: perl-www.patch # build information @@ -206,6 +208,7 @@ - HTTP::Daemon::SSL (%{V_http_daemon_ssl}) - HTTP::Proxy (%{V_http_proxy}) - HTTP::Recorder (%{V_http_recorder}) + - HTTP::Request::Params (%{V_http_request_params}) - WDDX (%{V_wddx}) - Embperl (%{V_embperl}) @@ -425,6 +428,11 @@ url = http://www.cpan.org/modules/by-module/HTTP/ regex = HTTP-Recorder-(__VER__)\.tar\.gz } + prog perl-www:HTTP-Request-Parmas = { + version = %{V_http_request_params} + url = http://www.cpan.org/modules/by-module/HTTP/ + regex = HTTP-Request-Params-(__VER__)\.tar\.gz + } prog perl-www:WDDX = { version = %{V_wddx} url = http://www.cpan.org/modules/by-module/WDDX/ @@ -501,6 +509,7 @@ %setup -q -T -D -a 51 %setup -q -T -D -a 52 %setup -q -T -D -a 53 + %setup -q -T -D -a 54 %patch -p0 %build @@ -562,6 +571,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE51} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE52} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE53} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE54} configure build install # cleanup installation ( cd $RPM_BUILD_ROOT%{l_prefix}/bin @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org