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} |
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 |
|
|
63 |
* 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 |
64 |
- 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, |
65 |
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 |