1 |
|
%define release 3 |
2 |
|
%define version 3.1 |
3 |
Name: libzdb |
Name: libzdb |
4 |
Version: 3.1 |
Version: %{version} |
5 |
Release: 2%{?dist} |
Release: %{release}%{?dist} |
6 |
Summary: Small, easy to use Database Connection Pool Library |
Summary: Small, easy to use Database Connection Pool Library |
7 |
License: GPLv3+ and MIT |
License: GPLv3+ and MIT |
8 |
URL: http://www.tildeslash.com/libzdb/ |
URL: http://www.tildeslash.com/libzdb/ |
34 |
rm -f doc/api-docs/._* |
rm -f doc/api-docs/._* |
35 |
|
|
36 |
%build |
%build |
37 |
%configure --disable-static --enable-protected --enable-sqliteunlock |
%configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock=no |
38 |
|
|
39 |
make %{?_smp_mflags} |
make %{?_smp_mflags} |
40 |
|
|
41 |
%install |
%install |
57 |
%doc doc/api-docs |
%doc doc/api-docs |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Mon Feb 26 2018 Jean-Philipe Pialasse <tests@pialasse.com> - 3.1-3.sme |
61 |
|
- disable unlock notify for sqlite (--enable-sqliteunlock), this is not supported by upstream packaged sqlite, |
62 |
|
would need the following option at build time : -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 |
63 |
|
|
64 |
* Mon Feb 19 2018 Jean-Philippe Pialasse <tests@pialasse.com> - 3.1-2 |
* Mon Feb 19 2018 Jean-Philippe Pialasse <tests@pialasse.com> - 3.1-2 |
65 |
- first import for SME Server |
- first import for SME Server |
66 |
|
|