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: 03-Mar-2006 21:19:38
Branch: HEAD Handle: 2006030320193800
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
Log:
allow DBD::ODBC to use either unixODBC or iODBC
Summary:
Revision Changes Path
1.191 +3 -3 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.190 -r1.191 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 28 Feb 2006 18:21:31 -0000
1.190
+++ openpkg-src/perl-dbi/perl-dbi.spec 3 Mar 2006 20:19:38 -0000
1.191
@@ -52,7 +52,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060228
+Release: 20060303
# package options
%option with_dbd_sqlite yes
@@ -109,8 +109,8 @@
PreReq: freetds, libiconv
%endif
%if "%{with_dbd_odbc}" == "yes"
-BuildPreReq: unixodbc
-PreReq: unixodbc
+BuildPreReq: ODBC
+PreReq: ODBC
%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]