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: 30-Dec-2002 20:41:28
Branch: HEAD Handle: 2002123019412601
Modified files:
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.28 +12 -24 openpkg-src/postgresql/postgresql.spec
1.2447 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 22 Dec 2002 11:23:54 -0000 1.27
+++ openpkg-src/postgresql/postgresql.spec 30 Dec 2002 19:41:27 -0000 1.28
@@ -28,18 +28,10 @@
%define V_libpqxx 4.0
# package options
-%ifndef with_openssl
-%define with_openssl no
-%endif
-%ifndef with_odbc
-%define with_odbc no
-%endif
-%ifndef with_perl
-%define with_perl no
-%endif
-%ifndef with_tcl
-%define with_tcl no
-%endif
+%option with_openssl no
+%option with_odbc no
+%option with_perl no
+%option with_tcl no
# package information
Name: postgresql
@@ -51,7 +43,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20021222
+Release: 20021230
# list of sources
Source0:
ftp://ftp.postgresql.org/pub/source/v%{V_postgresql}/postgresql-%{V_postgresql}.tar.gz
@@ -62,8 +54,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020416, make, gcc, readline, flex, bison, zlib
-PreReq: OpenPKG, openpkg >= 20020416
+BuildPreReq: OpenPKG, openpkg >= 20021230, make, gcc, readline, flex, bison, zlib
+PreReq: OpenPKG, openpkg >= 20021230
%if "%{with_openssl}" == "yes"
BuildPreReq: openssl
%endif
@@ -83,16 +75,12 @@
AutoReqProv: no
%description
- PostgreSQL is a sophisticated Object-Relational DBMS, supporting
- almost all SQL constructs, including subselects, transactions,
- and user-defined types and functions. It is the most advanced
- open-source database available anywhere.
+ PostgreSQL is a sophisticated Object-Relational DBMS, supporting
+ almost all SQL constructs, including subselects, transactions,
+ and user-defined types and functions. It is the most advanced
+ open-source database available anywhere.
- Options:
- --define 'with_openssl %{with_openssl}'
- --define 'with_odbc %{with_odbc}'
- --define 'with_perl %{with_perl}'
- --define 'with_tcl %{with_tcl}'
+ %options -p12
%prep
%setup0 -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2446 -r1.2447 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:14:59 -0000 1.2446
+++ openpkg-web/news.txt 30 Dec 2002 19:41:26 -0000 1.2447
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<postgresql-7.3.1-20021230>
30-Dec-2002: Upgraded package: P<mysql-3.23.54a-20021230>
30-Dec-2002: New package: P<mico-2.3.7-20021230>
30-Dec-2002: Upgraded package: P<perl-xml-20021230-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]