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 openpkg-web Date: 07-Feb-2003 17:13:47
Branch: HEAD Handle: 2003020716134501
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
openpkg-web news.txt
Log:
link against the-born 'oracle' package
Summary:
Revision Changes Path
1.49 +7 -3 openpkg-src/perl-dbi/perl-dbi.spec
1.3228 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 2 Feb 2003 09:19:50 -0000 1.48
+++ openpkg-src/perl-dbi/perl-dbi.spec 7 Feb 2003 16:13:46 -0000 1.49
@@ -42,8 +42,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20030202
-Release: 20030202
+Version: 20030207
+Release: 20030207
# package options
%option with_dbd_mysql no
@@ -73,6 +73,10 @@
BuildPreReq: postgresql
PreReq: postgresql
%endif
+%if "%{with_dbd_oracle}" == "yes"
+BuildPreReq: ORACLE
+PreReq: ORACLE
+%endif
AutoReq: no
AutoReqProv: no
@@ -134,7 +138,7 @@
%if "%{with_dbd_oracle}" == "yes"
# build DBD::oracle
( cd DBD-Oracle-%{V_dbd_oracle}
- ORACLE_HOME=${ORACLE_HOME-%{l_prefix}}
+ ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
export ORACLE_HOME
%{l_prefix}/bin/perl-openpkg install
)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3227 -r1.3228 news.txt
--- openpkg-web/news.txt 7 Feb 2003 16:11:07 -0000 1.3227
+++ openpkg-web/news.txt 7 Feb 2003 16:13:45 -0000 1.3228
@@ -1,3 +1,4 @@
+07-Feb-2003: Upgraded package: P<perl-dbi-20030207-20030207>
07-Feb-2003: Upgraded package: P<oracle-20030207-20030207>
07-Feb-2003: New package: P<oracle-20030207-20030207>
07-Feb-2003: Upgraded package: P<openpkg-tool-20030207-20030207>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]