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: 18-Nov-2004 14:37:08
Branch: HEAD Handle: 2004111813370503
Modified files:
openpkg-src/apache apache.spec
openpkg-src/dcoracle2 dcoracle2.spec
openpkg-src/oracle oracle.spec
openpkg-src/perl-dbi perl-dbi.spec
openpkg-src/php php.spec
openpkg-src/php5 php5.spec
Log:
switch to lower-case 'oracle' because this is actually an always
required glue package and not providing ORACLE itself
Summary:
Revision Changes Path
1.274 +2 -2 openpkg-src/apache/apache.spec
1.9 +3 -3 openpkg-src/dcoracle2/dcoracle2.spec
1.22 +5 -3 openpkg-src/oracle/oracle.spec
1.127 +3 -3 openpkg-src/perl-dbi/perl-dbi.spec
1.96 +3 -2 openpkg-src/php/php.spec
1.21 +3 -2 openpkg-src/php5/php5.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.273 -r1.274 apache.spec
--- openpkg-src/apache/apache.spec 4 Nov 2004 07:57:25 -0000 1.273
+++ openpkg-src/apache/apache.spec 18 Nov 2004 13:37:06 -0000 1.274
@@ -66,7 +66,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20041104
+Release: 20041118
# package options (suexec related)
%option with_suexec yes
@@ -333,7 +333,7 @@
PreReq: gdbm
%endif
%if "%{with_mod_php_oci7}" == "yes" || "%{with_mod_php_oci8}" == "yes"
-BuildPreReq: ORACLE
+BuildPreReq: oracle
%endif
%if "%{with_mod_php_snmp}" == "yes"
BuildPreReq: snmp
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dcoracle2/dcoracle2.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 dcoracle2.spec
--- openpkg-src/dcoracle2/dcoracle2.spec 20 Sep 2004 16:17:08 -0000
1.8
+++ openpkg-src/dcoracle2/dcoracle2.spec 18 Nov 2004 13:37:07 -0000
1.9
@@ -34,7 +34,7 @@
Group: Language
License: Open Source
Version: 1.2
-Release: 20040920
+Release: 20041118
# list of sources
Source0: http://www.zope.org/Members/matt/dco2/DCOracle2-%{version}.tgz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, python, ORACLE
-PreReq: OpenPKG, openpkg >= 20040130, python, ORACLE
+BuildPreReq: OpenPKG, openpkg >= 20040130, python, oracle, make
+PreReq: OpenPKG, openpkg >= 20040130, python, oracle
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/oracle/oracle.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 oracle.spec
--- openpkg-src/oracle/oracle.spec 11 Sep 2004 11:52:37 -0000 1.21
+++ openpkg-src/oracle/oracle.spec 18 Nov 2004 13:37:05 -0000 1.22
@@ -34,7 +34,7 @@
Group: Meta
License: PD
Version: 0
-Release: 20040911
+Release: 20041118
# package options
%option with_oracle_owner none
@@ -53,10 +53,12 @@
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
-Provides: ORACLE
%description
- This is the information resource package for ORACLE.
+ This is the information resource package for the ORACLE RDBMS.
+ It provides the necessary glue between a full external ORACLE
+ installation or the stipped down installation provided by the
+ OpenPKG "oracle-barebone" package.
%track
prog oracle = {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.126 -r1.127 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 16 Nov 2004 18:40:54 -0000
1.126
+++ openpkg-src/perl-dbi/perl-dbi.spec 18 Nov 2004 13:37:07 -0000
1.127
@@ -46,7 +46,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041116
+Release: 20041118
# package options
%option with_dbd_sqlite no
@@ -87,8 +87,8 @@
PreReq: postgresql
%endif
%if "%{with_dbd_oracle}" == "yes"
-BuildPreReq: ORACLE
-PreReq: ORACLE
+BuildPreReq: oracle
+PreReq: oracle
%endif
%if "%{with_dbd_odbc}" == "yes"
BuildPreReq: unixodbc
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.95 -r1.96 php.spec
--- openpkg-src/php/php.spec 26 Oct 2004 17:32:36 -0000 1.95
+++ openpkg-src/php/php.spec 18 Nov 2004 13:37:08 -0000 1.96
@@ -38,7 +38,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20041026
+Release: 20041118
# package options
%option with_bc no
@@ -207,7 +207,8 @@
PreReq: gdbm, gdbm::with_ndbm = yes
%endif
%if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
-BuildPreReq: ORACLE
+BuildPreReq: oracle
+PreReq: oracle
%endif
%if "%{with_snmp}" == "yes"
BuildPreReq: snmp
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/php5/php5.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 php5.spec
--- openpkg-src/php5/php5.spec 22 Oct 2004 10:56:15 -0000 1.20
+++ openpkg-src/php5/php5.spec 18 Nov 2004 13:37:08 -0000 1.21
@@ -34,7 +34,7 @@
Group: Language
License: PHP
Version: 5.0.2
-Release: 20041022
+Release: 20041118
# package options
%option with_calendar no
@@ -192,7 +192,8 @@
PreReq: gdbm, gdbm::with_ndbm = yes
%endif
%if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
-BuildPreReq: ORACLE
+BuildPreReq: oracle
+PreReq: oracle
%endif
%if "%{with_snmp}" == "yes"
BuildPreReq: snmp
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]