|
|
@@ -40,7 +40,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_postgresql}
|
|
|
-Release: 20030525
|
|
|
+Release: 20030607
|
|
|
|
|
|
# package options
|
|
|
%option with_cxx no
|
|
|
@@ -116,6 +116,7 @@ AutoReqProv: no
|
|
|
./configure \
|
|
|
--cache-file=./config.cache \
|
|
|
--prefix=%{l_prefix} \
|
|
|
+ --includedir=%{l_prefix}/include/postgresql \
|
|
|
--with-openssl=%{l_prefix} \
|
|
|
--with-readline \
|
|
|
--with-zlib \
|
|
|
@@ -199,7 +200,8 @@ AutoReqProv: no
|
|
|
%endif
|
|
|
|
|
|
# perform standard installation procedure
|
|
|
- %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
|
|
+ cp /dev/null register.txt
|
|
|
+ %{l_make} %{l_mflags} install install-all-headers DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
# strip down installation
|
|
|
rm -rf $RPM_BUILD_ROOT%{l_prefix}/doc
|
|
|
@@ -210,7 +212,7 @@ AutoReqProv: no
|
|
|
|
|
|
# namespace adjustments to installation
|
|
|
for prog in \
|
|
|
- createdb createlang createuser dropdb droplang \
|
|
|
+ createdb createlang createuser dropdb droplang clusterdb \
|
|
|
dropuser initdb initlocation ipcclean vacuumdb; do
|
|
|
%if "%{with_compat}" == "yes"
|
|
|
cmd="ln"
|