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: 31-Oct-2005 19:21:18
Branch: HEAD Handle: 2005103118211800
Modified files:
openpkg-src/perl-www perl-www.spec
Log:
add a bunch of CGI::Application plugins (requires perl-module for
Module::Build) and the fixed CGI::Session::ID::uuid
Summary:
Revision Changes Path
1.242 +85 -57 openpkg-src/perl-www/perl-www.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-www/perl-www.spec
============================================================================
$ cvs diff -u -r1.241 -r1.242 perl-www.spec
--- openpkg-src/perl-www/perl-www.spec 29 Oct 2005 07:34:48 -0000
1.241
+++ openpkg-src/perl-www/perl-www.spec 31 Oct 2005 18:21:18 -0000
1.242
@@ -23,55 +23,62 @@
##
# versions of individual parts
-%define V_perl 5.8.7
-%define V_libwww_perl 5.803
-%define V_uri 1.35
-%define V_cgi 3.11
-%define V_cgi_untaint 1.26
-%define V_cgi_auth 3.00
-%define V_cgi_simple 0.077
-%define V_cgi_echo 1.05
-%define V_cgi_lite 2.02
-%define V_cgi_panel 0.97
-%define V_cgi_application 4.04
-%define V_cgi_formbuilder 3.0202
-%define V_cgi_formmagick 0.89
-%define V_cgi_minimal 1.24
-%define V_cgi_safe 1.25
-%define V_cgi_session 4.03
-%define V_cgi_session_sqlite 1.0
-%define V_cgi_session_id_uuid 0.02
-%define V_cgi_paramcomposite 0.02
-%define V_cgi_gurumeditation 0.05
-%define V_cgi_builder 1.34
-%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.641
-%define V_fcgi 0.67
-%define V_rpc_xml 0.58
-%define V_soap_lite 0.60a
-%define V_soap_lite_smartproxy 0.11
-%define V_soap_payload 1.02
-%define V_net_google 0.62
-%define V_www_mechanize 1.16
-%define V_www_mechanize_cached 1.32
-%define V_www_mechanize_formfi 0.05
-%define V_www_mechanize_shell 0.36
-%define V_www_mechanize_sleepy 0.5
-%define V_www_mechanize_timed 0.42
-%define V_www_search 2.479
-%define V_www_search_google 0.22
-%define V_www_search_yahoo 2.404
-%define V_www_search_lycos 2.221
-%define V_www_search_alltheweb 1.5
-%define V_www_opensearch 0.04
-%define V_www_wikipedia 1.8
-%define V_http_daemon_ssl 1.02
-%define V_http_proxy 0.17
-%define V_http_recorder 0.05
-%define V_wddx 1.02
-%define V_embperl 2.0.1
+%define V_perl 5.8.7
+%define V_libwww_perl 5.803
+%define V_uri 1.35
+%define V_cgi 3.11
+%define V_cgi_untaint 1.26
+%define V_cgi_auth 3.00
+%define V_cgi_simple 0.077
+%define V_cgi_echo 1.05
+%define V_cgi_lite 2.02
+%define V_cgi_panel 0.97
+%define V_cgi_application 4.04
+%define V_cgi_application_plugin_autorunmode 0.11
+%define V_cgi_application_plugin_forward 1.06
+%define V_cgi_application_plugin_anytemplate 0.15
+%define V_cgi_application_plugin_config_context 0.16
+%define V_cgi_application_plugin_dbh 3.00
+%define V_cgi_application_plugin_session 0.09
+%define V_cgi_application_plugin_stream 2.05
+%define V_cgi_formbuilder 3.0202
+%define V_cgi_formmagick 0.89
+%define V_cgi_minimal 1.24
+%define V_cgi_safe 1.25
+%define V_cgi_session 4.03
+%define V_cgi_session_sqlite 1.0
+%define V_cgi_session_id_uuid 0.03
+%define V_cgi_paramcomposite 0.02
+%define V_cgi_gurumeditation 0.05
+%define V_cgi_builder 1.34
+%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.641
+%define V_fcgi 0.67
+%define V_rpc_xml 0.58
+%define V_soap_lite 0.60a
+%define V_soap_lite_smartproxy 0.11
+%define V_soap_payload 1.02
+%define V_net_google 0.62
+%define V_www_mechanize 1.16
+%define V_www_mechanize_cached 1.32
+%define V_www_mechanize_formfi 0.05
+%define V_www_mechanize_shell 0.36
+%define V_www_mechanize_sleepy 0.5
+%define V_www_mechanize_timed 0.42
+%define V_www_search 2.479
+%define V_www_search_google 0.22
+%define V_www_search_yahoo 2.404
+%define V_www_search_lycos 2.221
+%define V_www_search_alltheweb 1.5
+%define V_www_opensearch 0.04
+%define V_www_wikipedia 1.8
+%define V_http_daemon_ssl 1.02
+%define V_http_proxy 0.17
+%define V_http_recorder 0.05
+%define V_wddx 1.02
+%define V_embperl 2.0.1
# package information
Name: perl-www
@@ -84,7 +91,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20051029
+Release: 20051031
# list of sources
Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
@@ -102,7 +109,7 @@
Source12:
http://www.cpan.org/modules/by-module/CGI/CGI-Minimal-%{V_cgi_minimal}.tar.gz
Source13:
http://www.cpan.org/modules/by-module/CGI/CGI-Safe-%{V_cgi_safe}.tar.gz
Source14:
http://www.cpan.org/modules/by-module/CGI/CGI-Session-%{V_cgi_session}.tar.gz
-Source15:
http://www.cpan.org/modules/by-module/CGI/CGI-Session-ID-UUID-%{V_cgi_session_id_uuid}.tar.gz
+Source15:
http://www.cpan.org/modules/by-module/CGI/CGI-Session-ID-uuid-%{V_cgi_session_id_uuid}.tar.gz
Source16:
http://www.cpan.org/modules/by-module/CGI/CGI-ParamComposite-%{V_cgi_paramcomposite}.tar.gz
Source17:
http://www.cpan.org/modules/by-module/CGI/CGI-GuruMeditation-%{V_cgi_gurumeditation}.tar.gz
Source18:
http://www.cpan.org/modules/by-module/CGI/CGI-Builder-%{V_cgi_builder}.tar.gz
@@ -134,15 +141,22 @@
Source44:
http://www.cpan.org/modules/by-module/WWW/WWW-Wikipedia-%{V_www_wikipedia}.tar.gz
Source45:
ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-%{V_embperl}.tar.gz
Source46:
http://www.cpan.org/modules/by-module/CGI/CGI-Ajax-%{V_cgi_ajax}.tar.gz
+Source47:
http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-AutoRunmode-%{V_cgi_application_plugin_autorunmode}.tar.gz
+Source48:
http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-Forward-%{V_cgi_application_plugin_forward}.tar.gz
+Source49:
http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-AnyTemplate-%{V_cgi_application_plugin_anytemplate}.tar.gz
+Source50:
http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-Config-Context-%{V_cgi_application_plugin_config_context}.tar.gz
+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
Patch0: perl-www.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg
>= %{V_perl}-20040126
+BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg
>= %{V_perl}-20051031
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
-BuildPreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net,
perl-time, perl-util
-PreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net,
perl-time, perl-util
+BuildPreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net,
perl-time, perl-util, perl-module
+PreReq: perl-crypto, perl-ssl, perl-mail, perl-xml, perl-net,
perl-time, perl-util, perl-module
AutoReq: no
AutoReqProv: no
@@ -157,7 +171,7 @@
- CGI::Minimal (%{V_cgi_minimal})
- CGI::Safe (%{V_cgi_safe})
- CGI::Session (%{V_cgi_session})
- - CGI::Session::ID::UUID (%{V_cgi_session_id_uuid})
+ - CGI::Session::ID::uuid (%{V_cgi_session_id_uuid})
- CGI::Untaint (%{V_cgi_untaint})
- CGI::Auth (%{V_cgi_auth})
- CGI::Simple (%{V_cgi_simple})
@@ -246,10 +260,10 @@
url = http://www.cpan.org/modules/by-module/CGI/
regex = CGI-Session-(__VER__)\.tar\.gz
}
- prog perl-www:CGI-Session-ID-UUID = {
+ prog perl-www:CGI-Session-ID-uuid = {
version = %{V_cgi_session_id_uuid}
url = http://www.cpan.org/modules/by-module/CGI/
- regex = CGI-Session-ID-UUID-(__VER__)\.tar\.gz
+ regex = CGI-Session-ID-uuid-(__VER__)\.tar\.gz
}
prog perl-www:CGI-Simple = {
version = %{V_cgi_simple}
@@ -480,6 +494,13 @@
%setup -q -T -D -a 44
%setup -q -T -D -a 45
%setup -q -T -D -a 46
+ %setup -q -T -D -a 47
+ %setup -q -T -D -a 48
+ %setup -q -T -D -a 49
+ %setup -q -T -D -a 50
+ %setup -q -T -D -a 51
+ %setup -q -T -D -a 52
+ %setup -q -T -D -a 53
%patch -p0
%build
@@ -534,6 +555,13 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE44} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE45} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE46} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE47} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE48} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE49} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE50} configure build install
+ %{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
# cleanup installation
( cd $RPM_BUILD_ROOT%{l_prefix}/bin
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]