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:   19-Sep-2004 11:19:10
  Branch: HEAD                             Handle: 2004091910191000

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

  Log:
    add the popular Class:DBI stuff

  Summary:
    Revision    Changes     Path
    1.53        +100 -10    openpkg-src/perl-dbix/perl-dbix.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbix/perl-dbix.spec
  ============================================================================
  $ cvs diff -u -r1.52 -r1.53 perl-dbix.spec
  --- openpkg-src/perl-dbix/perl-dbix.spec      18 Sep 2004 11:00:45 -0000      1.52
  +++ openpkg-src/perl-dbix/perl-dbix.spec      19 Sep 2004 09:19:10 -0000      1.53
  @@ -24,15 +24,24 @@
   ##
   
   #   versions of individual parts
  -%define       V_perl                         5.8.5
  -%define       V_dbix_dbschema                0.23
  -%define       V_dbix_datasource              0.02
  -%define       V_dbix_searchbuilder           1.11
  -%define       V_dbix_dwiw                    0.41
  -%define       V_dbix_ha                      0.61
  -%define       V_dbix_anydbd                  2.01
  -%define       V_dbix_sqlengine               0.028
  -%define       V_dbix_simple                  1.25
  +%define       V_perl                            5.8.5
  +%define       V_dbix_dbschema                   0.23
  +%define       V_dbix_datasource                 0.02
  +%define       V_dbix_searchbuilder              1.11
  +%define       V_dbix_dwiw                       0.41
  +%define       V_dbix_ha                         0.61
  +%define       V_dbix_anydbd                     2.01
  +%define       V_dbix_sqlengine                  0.028
  +%define       V_dbix_simple                     1.25
  +%define       V_dbix_contextualfetch            1.01
  +%define       V_ima_dbi                         0.33
  +%define       V_class_dbi                       0.96
  +%define       V_class_dbi_plugin                0.03
  +%define       V_class_dbi_plugin_type           0.02
  +%define       V_class_dbi_plugin_abstractcount  0.03
  +%define       V_class_dbi_plugin_retrieveall    1.01
  +%define       V_class_dbi_asform                2.3
  +%define       V_class_dbi_view                  0.04
   
   #   package information
   Name:         perl-dbix
  @@ -45,7 +54,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20040918
  +Release:      20040919
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/DBIx/DBIx-DBSchema-%{V_dbix_dbschema}.tar.gz
  @@ -56,6 +65,15 @@
   Source5:      
http://www.cpan.org/modules/by-module/DBIx/DBIx-AnyDBD-%{V_dbix_anydbd}.tar.gz
   Source6:      
http://www.cpan.org/modules/by-module/DBIx/DBIx-SQLEngine-%{V_dbix_sqlengine}.tar.gz
   Source7:      
http://www.cpan.org/modules/by-module/DBIx/DBIx-Simple-%{V_dbix_simple}.tar.gz
  +Source8:      
http://www.cpan.org/modules/by-module/DBIx/DBIx-ContextualFetch-%{V_dbix_contextualfetch}.tar.gz
  +Source9:      
http://www.cpan.org/modules/by-authors/id/T/TM/TMTM/Ima-DBI-%{V_ima_dbi}.tar.gz
  +Source10:     
http://www.cpan.org/modules/by-module/Class/Class-DBI-%{V_class_dbi}.tar.gz
  +Source11:     
http://www.cpan.org/modules/by-module/Class/Class-DBI-Plugin-%{V_class_dbi_plugin}.tar.gz
  +Source12:     
http://www.cpan.org/modules/by-module/Class/Class-DBI-Plugin-Type-%{V_class_dbi_plugin_type}.tar.gz
  +Source13:     
http://www.cpan.org/modules/by-module/Class/Class-DBI-Plugin-AbstractCount-%{V_class_dbi_plugin_abstractcount}.tar.gz
  +Source14:     
http://www.cpan.org/modules/by-module/Class/Class-DBI-Plugin-RetrieveAll-%{V_class_dbi_plugin_retrieveall}.tar.gz
  +Source15:     
http://www.cpan.org/modules/by-module/Class/Class-DBI-AsForm-%{V_class_dbi_asform}.tar.gz
  +Source16:     
http://www.cpan.org/modules/by-module/Class/Class-DBI-View-%{V_class_dbi_view}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -77,6 +95,15 @@
       - DBIx::AnyDBD (%{V_dbix_anydbd})
       - DBIx::SQLEngine (%{V_dbix_sqlengine})
       - DBIx::Simple (%{V_dbix_simple})
  +    - DBIx::ContextualFetch (%{V_dbix_contextualfetch})
  +    - Ima::DBI (%{V_ima_dbi})
  +    - Class::DBI (%{V_class_dbi})
  +    - Class::DBI::Plugin (%{V_class_dbi_plugin})
  +    - Class::DBI::Plugin::Type (%{V_class_dbi_plugin_type})
  +    - Class::DBI::Plugin::AbstractCount (%{V_class_dbi_plugin_abstractcount})
  +    - Class::DBI::Plugin::RetrieveAll (%{V_class_dbi_plugin_retrieveall})
  +    - Class::DBI::AsForm (%{V_class_dbi_asform})
  +    - Class::DBI::View (%{V_class_dbi_view})
   
   %track
       prog perl-dbix:DBIx-DataSource = {
  @@ -119,6 +146,51 @@
           url       = http://www.cpan.org/modules/by-module/DBIx/
           regex     = DBIx-Simple-(__VER__)\.tar\.gz
       }
  +    prog perl-dbix:DBIx-ContextualFetch = {
  +        version   = %{V_dbix_contextualfetch}
  +        url       = http://www.cpan.org/modules/by-module/DBIx/
  +        regex     = DBIx-ContextualFetch-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Ima-DBI = {
  +        version   = %{V_ima_dbi}
  +        url       = http://www.cpan.org/modules/by-authors/id/T/TM/TMTM/
  +        regex     = Ima-DBI-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Class-DBI = {
  +        version   = %{V_class_dbi}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-DBI-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Class-DBI-Plugin = {
  +        version   = %{V_class_dbi_plugin}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-DBI-Plugin-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Class-DBI-Plugin-Type = {
  +        version   = %{V_class_dbi_plugin_type}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-DBI-Plugin-Type-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Class-DBI-Plugin-AbstractCount = {
  +        version   = %{V_class_dbi_plugin_abstractcount}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-DBI-Plugin-AbstractCount-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Class-DBI-Plugin-RetrieveAll = {
  +        version   = %{V_class_dbi_plugin_retrieveall}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-DBI-Plugin-RetrieveAll-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Class-DBI-AsForm = {
  +        version   = %{V_class_dbi_asform}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-AsForm-(__VER__)\.tar\.gz
  +    }
  +    prog perl-dbi:Class-DBI-View = {
  +        version   = %{V_class_dbi_view}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-View-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -129,6 +201,15 @@
       %setup -q -T -D -a 5
       %setup -q -T -D -a 6
       %setup -q -T -D -a 7
  +    %setup -q -T -D -a 8
  +    %setup -q -T -D -a 9
  +    %setup -q -T -D -a 10
  +    %setup -q -T -D -a 11
  +    %setup -q -T -D -a 12
  +    %setup -q -T -D -a 13
  +    %setup -q -T -D -a 14
  +    %setup -q -T -D -a 15
  +    %setup -q -T -D -a 16
   
   %build
   
  @@ -143,6 +224,15 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE5}  configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE6}  configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE7}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE9}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
       %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to