6 |
%define realver 3071700 |
%define realver 3071700 |
7 |
%define docver 3071700 |
%define docver 3071700 |
8 |
%define rpmver 3.7.17 |
%define rpmver 3.7.17 |
9 |
|
%define release 9 |
10 |
Summary: Library that implements an embeddable SQL database engine |
Summary: Library that implements an embeddable SQL database engine |
11 |
Name: sqlite |
Name: sqlite |
12 |
Version: %{rpmver} |
Version: %{rpmver} |
13 |
Release: 8%{?dist} |
Release: %{release}%{?dist} |
14 |
License: Public Domain |
License: Public Domain |
15 |
Group: Applications/Databases |
Group: Applications/Databases |
16 |
URL: http://www.sqlite.org/ |
URL: http://www.sqlite.org/ |
125 |
autoconf # Rerun with new autoconf to add support for aarm64 |
autoconf # Rerun with new autoconf to add support for aarm64 |
126 |
|
|
127 |
%build |
%build |
128 |
export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -Wall -fno-strict-aliasing" |
export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -Wall -fno-strict-aliasing -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" |
129 |
%configure %{!?with_tcl:--disable-tcl} \ |
%configure %{!?with_tcl:--disable-tcl} \ |
130 |
--enable-threadsafe \ |
--enable-threadsafe \ |
131 |
--enable-threads-override-locks \ |
--enable-threads-override-locks \ |
208 |
%endif |
%endif |
209 |
|
|
210 |
%changelog |
%changelog |
211 |
|
* Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.7.17-9.sme |
212 |
|
- first import for SME SERVER |
213 |
|
- add support for DSQLITE_ENABLE_UNLOCK_NOTIFY [SME: 10527] |
214 |
|
|
215 |
* Thu Jul 23 2015 Jan Stanek <jstanek@redhat.com> 3.7.17-8 |
* Thu Jul 23 2015 Jan Stanek <jstanek@redhat.com> 3.7.17-8 |
216 |
- Fixes for CVE-2015-3415 CVE-2015-3414 CVE-2015-3416 |
- Fixes for CVE-2015-3415 CVE-2015-3414 CVE-2015-3416 |
217 |
Resolves: rhbz#1244732 |
Resolves: rhbz#1244732 |