/[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.2 by jpp, Mon Feb 26 20:17:02 2018 UTC Revision 1.3 by jpp, Wed Feb 28 00:20:58 2018 UTC
# Line 1  Line 1 
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}
# Line 34  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 --with-sqlite --enable-sqliteunlock=no  %configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock
38    
39  make %{?_smp_mflags}  make %{?_smp_mflags}
40    
# Line 57  make install DESTDIR=%{buildroot} Line 57  make install DESTDIR=%{buildroot}
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


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