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: 04-Jan-2004 11:52:11
Branch: HEAD Handle: 2004010410520901
Modified files:
openpkg-src/meta-rdbms meta-rdbms.spec
openpkg-web news.txt
Log:
meta packages should have run-time dependencies only
Summary:
Revision Changes Path
1.2 +2 -11 openpkg-src/meta-rdbms/meta-rdbms.spec
1.7966 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/meta-rdbms/meta-rdbms.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 meta-rdbms.spec
--- openpkg-src/meta-rdbms/meta-rdbms.spec 29 Nov 2003 13:34:59 -0000 1.1
+++ openpkg-src/meta-rdbms/meta-rdbms.spec 4 Jan 2004 10:52:10 -0000 1.2
@@ -32,8 +32,8 @@
Distribution: OpenPKG [EVAL]
Group: Meta
License: -
-Version: 20031129
-Release: 20031129
+Version: 20040104
+Release: 20040104
# package options
%option with_rdbms_sqlite yes
@@ -48,38 +48,29 @@
BuildPreReq: OpenPKG, openpkg >= 20030103
PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_rdbms_sqlite}" == "yes"
-BuildPreReq: sqlite
PreReq: sqlite
%endif
%if "%{with_rdbms_pgsql}" == "yes"
-BuildPreReq: postgresql
PreReq: postgresql
%if "%{with_perl}" == "yes"
-BuildPreReq: postgresql::with_perl = yes
PreReq: postgresql::with_perl = yes
%endif
%if "%{with_x11}" == "yes"
-BuildPreReq: pgadmin
PreReq: pgadmin
%endif
%endif
%if "%{with_rdbms_mysql}" == "yes"
-BuildPreReq: mysql
PreReq: mysql
%if "%{with_x11}" == "yes"
-BuildPreReq: mysqlcc
PreReq: mysqlcc
%endif
%endif
%if "%{with_perl}" == "yes"
-BuildPreReq: perl, perl-dbi
PreReq: perl, perl-dbi
%if "%{with_rdbms_pgsql}" == "yes"
-BuildPreReq: perl-dbi::with_dbd_pg = yes
PreReq: perl-dbi::with_dbd_pg = yes
%endif
%if "%{with_rdbms_mysql}" == "yes"
-BuildPreReq: perl-dbi::with_dbd_mysql = yes
PreReq: perl-dbi::with_dbd_mysql = yes
%endif
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7965 -r1.7966 news.txt
--- openpkg-web/news.txt 4 Jan 2004 10:50:50 -0000 1.7965
+++ openpkg-web/news.txt 4 Jan 2004 10:52:09 -0000 1.7966
@@ -1,3 +1,4 @@
+04-Jan-2004: Upgraded package: P<meta-rdbms-20040104-20040104>
04-Jan-2004: New package: P<meta-pgp-20040104-20040104>
04-Jan-2004: New package: P<gpa-0.7.0-20040104>
04-Jan-2004: Upgraded package: P<gpgme-0.4.3-20040104>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]