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: 27-Mar-2006 11:31:09
Branch: HEAD Handle: 2006032710310900
Modified files:
openpkg-src/perl-dbix perl-dbix.spec
Log:
add DBIx::Wrapper, another nice DBI wrapper
Summary:
Revision Changes Path
1.108 +11 -1 openpkg-src/perl-dbix/perl-dbix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbix/perl-dbix.spec
============================================================================
$ cvs diff -u -r1.107 -r1.108 perl-dbix.spec
--- openpkg-src/perl-dbix/perl-dbix.spec 11 Mar 2006 12:51:02 -0000
1.107
+++ openpkg-src/perl-dbix/perl-dbix.spec 27 Mar 2006 09:31:09 -0000
1.108
@@ -32,6 +32,7 @@
%define V_dbix_anydbd 2.01
%define V_dbix_sqlengine 0.93
%define V_dbix_simple 1.26
+%define V_dbix_wrapper 0.24
%define V_dbix_contextualfetch 1.03
%define V_ima_dbi 0.34
%define V_class_dbi 3.0.3
@@ -53,7 +54,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060311
+Release: 20060327
# list of sources
Source0:
http://www.cpan.org/modules/by-module/DBIx/DBIx-DBSchema-%{V_dbix_dbschema}.tar.gz
@@ -73,6 +74,7 @@
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
+Source17:
http://www.cpan.org/modules/by-module/DBIx/DBIx-Wrapper-%{V_dbix_wrapper}.tar.gz
Patch0: perl-dbix.patch
# build information
@@ -95,6 +97,7 @@
- DBIx::AnyDBD (%{V_dbix_anydbd})
- DBIx::SQLEngine (%{V_dbix_sqlengine})
- DBIx::Simple (%{V_dbix_simple})
+ - DBIx::Wrapper (%{V_dbix_wrapper})
- DBIx::ContextualFetch (%{V_dbix_contextualfetch})
- Ima::DBI (%{V_ima_dbi})
- Class::DBI (%{V_class_dbi})
@@ -146,6 +149,11 @@
url = http://www.cpan.org/modules/by-module/DBIx/
regex = DBIx-Simple-(__VER__)\.tar\.gz
}
+ prog perl-dbix:DBIx-Wrapper = {
+ version = %{V_dbix_wrapper}
+ url = http://www.cpan.org/modules/by-module/DBIx/
+ regex = DBIx-Wrapper-(__VER__)\.tar\.gz
+ }
prog perl-dbix:DBIx-ContextualFetch = {
version = %{V_dbix_contextualfetch}
url = http://www.cpan.org/modules/by-module/DBIx/
@@ -210,6 +218,7 @@
%setup -q -T -D -a 14
%setup -q -T -D -a 15
%setup -q -T -D -a 16
+ %setup -q -T -D -a 17
%patch -p0
%build
@@ -234,6 +243,7 @@
%{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 -d %{SOURCE17} 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]