|
|
@@ -44,7 +44,7 @@ Class: BASE
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_postgresql}b%{V_postgresql_beta}
|
|
|
-Release: 20041209
|
|
|
+Release: 20041214
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
@@ -140,20 +140,20 @@ Provides: postgresql = %{version}
|
|
|
%setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta}
|
|
|
%patch -p0
|
|
|
%if "%{with_cxx}" == "yes"
|
|
|
- %setup -q -T -D -a 1
|
|
|
- %setup -q -T -D -a 2
|
|
|
+ %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 1
|
|
|
+ %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 2
|
|
|
%endif
|
|
|
%if "%{with_perl}" == "yes"
|
|
|
- %setup -q -T -D -a 3
|
|
|
+ %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 3
|
|
|
%endif
|
|
|
%if "%{with_odbc}" == "yes"
|
|
|
- %setup -q -T -D -a 4
|
|
|
+ %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 4
|
|
|
%endif
|
|
|
%if "%{with_slony1}" == "yes"
|
|
|
- %setup -q -T -D -a 5
|
|
|
+ %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 5
|
|
|
%endif
|
|
|
%if "%{with_pgpool}" == "yes"
|
|
|
- %setup -q -T -D -a 6
|
|
|
+ %setup -q -n postgresql-%{V_postgresql}beta%{V_postgresql_beta} -T -D -a 6
|
|
|
%endif
|
|
|
|
|
|
# adjust source tree
|