|
|
@@ -37,7 +37,7 @@ Class: BASE
|
|
|
Group: Libraries
|
|
|
License: Apache
|
|
|
Version: %{V_apr}
|
|
|
-Release: 20071126
|
|
|
+Release: 20071221
|
|
|
|
|
|
# package options
|
|
|
%option with_threads no
|
|
|
@@ -59,8 +59,8 @@ PreReq: OpenPKG, openpkg >= 20040130
|
|
|
BuildPreReq: expat, sed
|
|
|
PreReq: expat, sed
|
|
|
%if "%{with_db}" == "yes"
|
|
|
-BuildPreReq: db
|
|
|
-PreReq: db
|
|
|
+BuildPreReq: db >= 4.6
|
|
|
+PreReq: db >= 4.6
|
|
|
%endif
|
|
|
%if "%{with_gdbm}" == "yes"
|
|
|
BuildPreReq: gdbm
|
|
|
@@ -143,7 +143,7 @@ AutoReqProv: no
|
|
|
--with-gdbm=%{l_prefix} \
|
|
|
%endif
|
|
|
%if "%{with_db}" == "yes"
|
|
|
- --with-dbm=db45 \
|
|
|
+ --with-dbm=db46 \
|
|
|
%else
|
|
|
%if "%{with_gdbm}" == "yes"
|
|
|
--with-dbm=gdbm \
|