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:   28-Nov-2006 20:02:08
  Branch: HEAD                             Handle: 2006112819020800

  Modified files:
    openpkg-src/perl-www    perl-www.spec

  Log:
    remove obsolete define and add two additional rather cool modules

  Summary:
    Revision    Changes     Path
    1.322       +21 -2      openpkg-src/perl-www/perl-www.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  ============================================================================
  $ cvs diff -u -r1.321 -r1.322 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec        25 Oct 2006 11:20:27 -0000      
1.321
  +++ openpkg-src/perl-www/perl-www.spec        28 Nov 2006 19:02:08 -0000      
1.322
  @@ -47,8 +47,8 @@
   %define       V_cgi_minimal                           1.25
   %define       V_cgi_safe                              1.25
   %define       V_cgi_session                           4.13
  -%define       V_cgi_session_sqlite                    1.0
   %define       V_cgi_session_id_uuid                   0.03
  +%define       V_cgi_session_submitted                 1.07
   %define       V_cgi_paramcomposite                    0.02
   %define       V_cgi_gurumeditation                    1.10
   %define       V_cgi_builder                           1.36
  @@ -56,6 +56,7 @@
   %define       V_cgi_builder_htmltmpl                  1.21
   %define       V_cgi_builder_tt2                       0.03
   %define       V_cgi_ajax                              0.697
  +%define       V_cgi_pathrequest                       1.08
   %define       V_fcgi                                  0.67
   %define       V_rpc_xml                               0.59
   %define       V_soap_lite                             0.69
  @@ -95,7 +96,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20061025
  +Release:      20061128
   
   #   list of sources
   Source0:      http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
  @@ -156,6 +157,8 @@
   Source55:     
http://www.cpan.org/modules/by-module/URI/URI-Fetch-%{V_uri_fetch}.tar.gz
   Source56:     
http://www.cpan.org/modules/by-module/Net/Net-OpenID-Consumer-%{V_net_openid_consumer}.tar.gz
   Source57:     
http://www.cpan.org/modules/by-module/Net/Net-OpenID-Server-%{V_net_openid_server}.tar.gz
  +Source58:     
http://www.cpan.org/modules/by-module/CGI/CGI-Session-Submitted-%{V_cgi_session_submitted}.tar.gz
  +Source59:     
http://www.cpan.org/modules/by-module/CGI/CGI-PathRequest-%{V_cgi_pathrequest}.tar.gz
   Patch0:       perl-www.patch
   
   #   build information
  @@ -181,6 +184,7 @@
       - CGI::Safe (%{V_cgi_safe})
       - CGI::Session (%{V_cgi_session})
       - CGI::Session::ID::uuid (%{V_cgi_session_id_uuid})
  +    - CGI::Session::Submitted (%{V_cgi_session_submitted})
       - CGI::Untaint (%{V_cgi_untaint})
       - CGI::Auth (%{V_cgi_auth})
       - CGI::Simple (%{V_cgi_simple})
  @@ -193,6 +197,7 @@
       - CGI::Builder::Session (%{V_cgi_builder_session})
       - CGI::Builder::HTMLtmpl (%{V_cgi_builder_htmltmpl})
       - CGI::Builder::TT2 (%{V_cgi_builder_tt2})
  +    - CGI::PathRequest (%{V_cgi_pathrequest})
       - FCGI (%{V_fcgi})
       - RPC::XML (%{V_rpc_xml})
       - SOAP::Lite (%{V_soap_lite})
  @@ -277,6 +282,11 @@
           url       = http://www.cpan.org/modules/by-module/CGI/
           regex     = CGI-Session-ID-uuid-(__VER__)\.tar\.gz
       }
  +    prog perl-www:CGI-Session-Submitted = {
  +        version   = %{V_cgi_session_submitted}
  +        url       = http://www.cpan.org/modules/by-module/CGI/
  +        regex     = CGI-Session-Submitted-(__VER__)\.tar\.gz
  +    }
       prog perl-www:CGI-Simple = {
           version   = %{V_cgi_simple}
           url       = http://www.cpan.org/modules/by-module/CGI/
  @@ -322,6 +332,11 @@
           url       = http://www.cpan.org/modules/by-module/CGI/
           regex     = CGI-Ajax-(__VER__)\.tar\.gz
       }
  +    prog perl-www:CGI-PathRequest = {
  +        version   = %{V_cgi_pathrequest}
  +        url       = http://www.cpan.org/modules/by-module/CGI/
  +        regex     = CGI-PathRequest-(__VER__)\.tar\.gz
  +    }
       prog perl-www:CGI.pm = {
           version   = %{V_cgi}
           url       = http://www.cpan.org/modules/by-module/CGI/
  @@ -541,6 +556,8 @@
       %setup -q -T -D -a 55
       %setup -q -T -D -a 56
       %setup -q -T -D -a 57
  +    %setup -q -T -D -a 58
  +    %setup -q -T -D -a 59
       %patch -p0
   
   %build
  @@ -606,6 +623,8 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE55} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE56} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE57} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE58} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE59} 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

Reply via email to