/[smecontribs]/rpms/libzdb/contribs9/libzdb.spec
ViewVC logotype

Diff of /rpms/libzdb/contribs9/libzdb.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Tue Feb 20 02:23:49 2018 UTC Revision 1.2 by jpp, Mon Feb 26 20:17:02 2018 UTC
# Line 1  Line 1 
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/
# Line 32  developing applications that use %{name} Line 34  developing applications that use %{name}
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
# Line 54  make install DESTDIR=%{buildroot} Line 57  make install DESTDIR=%{buildroot}
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed