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:   05-May-2004 11:25:05
  Branch: HEAD                             Handle: 2004050510250500

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

  Log:
    add DBIx::Simple

  Summary:
    Revision    Changes     Path
    1.43        +11 -1      openpkg-src/perl-dbix/perl-dbix.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbix/perl-dbix.spec
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 perl-dbix.spec
  --- openpkg-src/perl-dbix/perl-dbix.spec      29 Apr 2004 09:48:22 -0000      1.42
  +++ openpkg-src/perl-dbix/perl-dbix.spec      5 May 2004 09:25:05 -0000       1.43
  @@ -32,6 +32,7 @@
   %define       V_dbix_ha                      0.61
   %define       V_dbix_anydbd                  2.01
   %define       V_dbix_sqlengine               0.028
  +%define       V_dbix_simple                  1.21
   
   #   package information
   Name:         perl-dbix
  @@ -44,7 +45,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20040429
  +Release:      20040505
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/DBIx/DBIx-DBSchema-%{V_dbix_dbschema}.tar.gz
  @@ -54,6 +55,7 @@
   Source4:      http://www.cpan.org/modules/by-module/DBIx/DBIx-HA-%{V_dbix_ha}.tar.gz
   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
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -74,6 +76,7 @@
       - DBIx::HA (%{V_dbix_ha})
       - DBIx::AnyDBD (%{V_dbix_anydbd})
       - DBIx::SQLEngine (%{V_dbix_sqlengine})
  +    - DBIx::Simple (%{V_dbix_simple})
   
   %track
       prog perl-dbix:DBIx-DataSource = {
  @@ -111,6 +114,11 @@
           url       = http://www.cpan.org/modules/by-module/DBIx/
           regex     = DBIx-SQLEngine-(__VER__)\.tar\.gz
       }
  +    prog perl-dbix:DBIx-Simple = {
  +        version   = %{V_dbix_simple}
  +        url       = http://www.cpan.org/modules/by-module/DBIx/
  +        regex     = DBIx-Simple-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -120,6 +128,7 @@
       %setup -q -T -D -a 4
       %setup -q -T -D -a 5
       %setup -q -T -D -a 6
  +    %setup -q -T -D -a 7
   
   %build
   
  @@ -132,6 +141,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE4}  configure build install
       %{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 -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