1 |
%define release 3 |
%define release 4 |
2 |
%define version 3.1 |
%define version 3.1 |
3 |
Name: libzdb |
Name: libzdb |
4 |
Version: %{version} |
Version: %{version} |
11 |
BuildRequires: mysql-devel |
BuildRequires: mysql-devel |
12 |
BuildRequires: pkgconfig |
BuildRequires: pkgconfig |
13 |
BuildRequires: postgresql-devel >= 8 |
BuildRequires: postgresql-devel >= 8 |
14 |
BuildRequires: sqlite-devel >= 3.6.12 |
BuildRequires: sqlite-devel >= 3.7.17 |
15 |
|
|
16 |
%description |
%description |
17 |
The Zild C Database Library implements a small, fast, and easy to use database |
The Zild C Database Library implements a small, fast, and easy to use database |
34 |
rm -f doc/api-docs/._* |
rm -f doc/api-docs/._* |
35 |
|
|
36 |
%build |
%build |
37 |
%configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock=no |
%configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock |
38 |
|
|
39 |
make %{?_smp_mflags} |
make %{?_smp_mflags} |
40 |
|
|
57 |
%doc doc/api-docs |
%doc doc/api-docs |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.1-4.sme |
61 |
|
- enable sqliteunlock [SME: 10527] |
62 |
|
- require sqlite >=3.7.17 |
63 |
|
|
64 |
* Mon Feb 26 2018 Jean-Philipe Pialasse <tests@pialasse.com> - 3.1-3.sme |
* Mon Feb 26 2018 Jean-Philipe Pialasse <tests@pialasse.com> - 3.1-3.sme |
65 |
- disable unlock notify for sqlite (--enable-sqliteunlock), this is not supported by upstream packaged sqlite, |
- disable unlock notify for sqlite (--enable-sqliteunlock), this is not supported by upstream packaged sqlite, |
66 |
would need the following option at build time : -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 |
would need the following option at build time : -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 |