|
|
@@ -23,7 +23,7 @@
|
|
|
##
|
|
|
|
|
|
# package versions
|
|
|
-%define V_postgresql 8.0.1
|
|
|
+%define V_postgresql 8.0.2
|
|
|
%define V_libpqpp 4.0
|
|
|
%define V_libpqxx 2.5.0
|
|
|
%define V_pgperl 2.0.2
|
|
|
@@ -43,7 +43,7 @@ Class: BASE
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_postgresql}
|
|
|
-Release: 20050323
|
|
|
+Release: 20050408
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
@@ -80,7 +80,7 @@ BuildPreReq: readline, zlib, openssl, getopt
|
|
|
PreReq: readline, zlib, openssl, getopt
|
|
|
%if "%{with_perl}" == "yes"
|
|
|
BuildPreReq: perl, perl-openpkg >= 5.8.3-20040126
|
|
|
-PreReq: perl, perl-openpkg >= 5.8.3-20040126
|
|
|
+PreReq: perl
|
|
|
%endif
|
|
|
%if "%{with_odbc}" == "yes"
|
|
|
BuildPreReq: unixodbc
|