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-Jan-2005 10:59:38
Branch: HEAD Handle: 2005011809593800
Modified files:
openpkg-src/postgresql postgresql.spec
Log:
upgrading package: postgresql 7.4.6 -> 8.0.0
Summary:
Revision Changes Path
1.129 +5 -5 openpkg-src/postgresql/postgresql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.128 -r1.129 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 10 Jan 2005 16:15:56 -0000
1.128
+++ openpkg-src/postgresql/postgresql.spec 18 Jan 2005 09:59:38 -0000
1.129
@@ -24,7 +24,7 @@
##
# package versions
-%define V_postgresql 7.4.6
+%define V_postgresql 8.0.0
%define V_libpqpp 4.0
%define V_libpqxx 2.4.2
%define V_pgperl 2.0.2
@@ -43,7 +43,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20050110
+Release: 20050118
# package options
%option with_server yes
@@ -191,7 +191,7 @@
--cache-file=./config.cache \
--prefix=%{l_prefix} \
--includedir=%{l_prefix}/include/postgresql \
- --with-openssl=%{l_prefix} \
+ --with-openssl \
--with-readline \
--with-zlib \
%if "%{with_tcl}" == "yes"
@@ -326,7 +326,7 @@
# perform standard installation procedure
cp /dev/null register.txt
- %{l_make} %{l_mflags} install install-all-headers DESTDIR=$RPM_BUILD_ROOT
+ %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
# strip down installation
rm -rf $RPM_BUILD_ROOT%{l_prefix}/doc
@@ -338,7 +338,7 @@
# namespace adjustments to installation
for prog in \
createdb createlang createuser dropdb droplang clusterdb \
- dropuser initdb initlocation ipcclean vacuumdb; do
+ dropuser initdb ipcclean vacuumdb; do
%if "%{with_compat}" == "yes"
cmd="ln"
%else
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]