|
|
@@ -22,7 +22,7 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_sqlite 3.6.13
|
|
|
+%define V_sqlite 3.6.14
|
|
|
%define V_odbc 0.81
|
|
|
%define V_jdbc 20090430
|
|
|
|
|
|
@@ -37,7 +37,7 @@ Class: BASE
|
|
|
Group: Database
|
|
|
License: PD
|
|
|
Version: %{V_sqlite}
|
|
|
-Release: 20090430
|
|
|
+Release: 20090507
|
|
|
|
|
|
# package options
|
|
|
%option with_debug no
|
|
|
@@ -113,6 +113,9 @@ AutoReqProv: no
|
|
|
%if "%{with_jdbc}" == "yes"
|
|
|
%setup -q -D -T -a 2
|
|
|
%endif
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;3\.6\.13;3.6.14;g' \
|
|
|
+ configure
|
|
|
|
|
|
%build
|
|
|
# configure and build SQLite
|