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: 03-Jan-2003 12:35:27
Branch: HEAD Handle: 2003010311352601
Modified files:
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.31 +9 -11 openpkg-src/postgresql/postgresql.spec
1.2529 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 1 Jan 2003 11:00:31 -0000 1.30
+++ openpkg-src/postgresql/postgresql.spec 3 Jan 2003 11:35:27 -0000 1.31
@@ -27,12 +27,6 @@
%define V_postgresql 7.3.1
%define V_libpqxx 4.0
-# package options
-%option with_openssl no
-%option with_odbc no
-%option with_perl no
-%option with_tcl no
-
# package information
Name: postgresql
Summary: PostgreSQL Database
@@ -43,7 +37,13 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20021230
+Release: 20030103
+
+# package options
+%option with_openssl no
+%option with_odbc no
+%option with_perl no
+%option with_tcl no
# list of sources
Source0:
ftp://ftp.postgresql.org/pub/source/v%{V_postgresql}/postgresql-%{V_postgresql}.tar.gz
@@ -54,8 +54,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, make, gcc, readline, flex, bison, zlib
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, readline, flex, bison, zlib
+PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_openssl}" == "yes"
BuildPreReq: openssl
%endif
@@ -79,8 +79,6 @@
almost all SQL constructs, including subselects, transactions,
and user-defined types and functions. It is the most advanced
open-source database available anywhere.
-
- %options -p12
%prep
%setup0 -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2528 -r1.2529 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:34:13 -0000 1.2528
+++ openpkg-web/news.txt 3 Jan 2003 11:35:26 -0000 1.2529
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<postgresql-7.3.1-20030103>
03-Jan-2003: New package: P<postfix-2.0.0.2-20030103>
03-Jan-2003: New package: P<perl-xml-20030103-20030103>
03-Jan-2003: New package: P<perl-dbi-20030103-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]