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

Annotation of /rpms/libzdb/contribs9/libzdb.spec

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


Revision 1.3 - (hide annotations) (download)
Wed Feb 28 00:20:58 2018 UTC (6 years, 3 months ago) by jpp
Branch: MAIN
Changes since 1.2: +5 -2 lines
* Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.1-4.sme
- enable sqliteunlock [SME: 10527]

1 jpp 1.3 %define release 4
2 jpp 1.2 %define version 3.1
3 jpp 1.1 Name: libzdb
4 jpp 1.2 Version: %{version}
5     Release: %{release}%{?dist}
6 jpp 1.1 Summary: Small, easy to use Database Connection Pool Library
7     License: GPLv3+ and MIT
8     URL: http://www.tildeslash.com/libzdb/
9     Source0: http://www.tildeslash.com/%{name}/dist/%{name}-%{version}.tar.gz
10     BuildRequires: flex
11     BuildRequires: mysql-devel
12     BuildRequires: pkgconfig
13     BuildRequires: postgresql-devel >= 8
14     BuildRequires: sqlite-devel >= 3.6.12
15    
16     %description
17     The Zild C Database Library implements a small, fast, and easy to use database
18     API with thread-safe connection pooling. The library can connect transparently
19     to multiple database systems, has zero configuration and connections are
20     specified via a standard URL scheme.
21    
22     %package devel
23     Summary: Development files for %{name}
24     Requires: %{name}%{?_isa} = %{version}-%{release}
25    
26     %description devel
27     This package contains libraries and header files for
28     developing applications that use %{name}.
29    
30     %prep
31     %setup -q
32    
33     # Errant file
34     rm -f doc/api-docs/._*
35    
36     %build
37 jpp 1.3 %configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock
38 jpp 1.2
39 jpp 1.1 make %{?_smp_mflags}
40    
41     %install
42     make install DESTDIR=%{buildroot}
43    
44     %post -p /sbin/ldconfig
45    
46     %postun -p /sbin/ldconfig
47    
48     %files
49     %doc AUTHORS CHANGES COPYING README
50     %{_libdir}/%{name}.so.*
51    
52     %files devel
53     %{_includedir}/zdb/
54     %{_libdir}/%{name}.so
55     %{_libdir}/pkgconfig/zdb.pc
56     %exclude %{_libdir}/%{name}.la
57     %doc doc/api-docs
58    
59     %changelog
60 jpp 1.3 * Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.1-4.sme
61     - enable sqliteunlock [SME: 10527]
62    
63 jpp 1.2 * 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,
65     would need the following option at build time : -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
66    
67 jpp 1.1 * Mon Feb 19 2018 Jean-Philippe Pialasse <tests@pialasse.com> - 3.1-2
68     - first import for SME Server
69    
70     * Sun Oct 23 2016 Julien Enselme <jujens@jujens.eu> - 3.1-1
71     - Update to 3.1
72     - Unretire package
73    
74     * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-5
75     - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
76    
77     * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-4
78     - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
79    
80     * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-3
81     - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
82    
83     * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-2
84     - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
85    
86     * Thu Mar 20 2014 Christopher Meng <rpm@cicku.me> - 3.0-2
87     - Enable SQLite unlock notification API support.
88    
89     * Thu Mar 13 2014 Bernard Johnson <bjohnson@symetrix.com> - 3.0-1
90     - v 3.0 (bz #1049219)
91    
92     * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-5
93     - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
94    
95     * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-4
96     - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
97    
98     * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-3
99     - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
100    
101     * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
102     - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
103    
104     * Tue Jul 05 2011 Bernard Johnson <bjohnson@symetrix.com> - 2.8.1-1
105     - bump to 2.8.1 which fixes a Oracle driver transaction memory leak
106    
107     * Wed Mar 23 2011 Dan Horรกk <dan@danny.cz> - 2.8-2
108     - rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
109    
110     * Tue Feb 22 2011 Bernard Johnson <bjohnson@symetrix.com> - 2.8-1
111     - v 2.8
112    
113     * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-2
114     - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
115    
116     * Wed Dec 08 2010 Bernard Johnson <bjohnson@symetrix.com> - 2.7-1
117     - v 2.7
118     - change BR from flex to flex-static for F15 (bz #660879)
119    
120     * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.6-3
121     - rebuilt with new openssl
122    
123     * Thu Jul 30 2009 Jesse Keating <jkeating@redhat.com> - 2.6-2
124     - Bump for F12 mass rebuild
125    
126     * Sun Jul 05 2009 Bernard Johnson <bjohnson@symetrix.com> - 2.6-1
127     - v 2.6
128    
129     * Thu Jun 04 2009 Bernard Johnson <bjohnson@symetrix.com> - 2.5-1
130     - remove EXCEPTIONS notice
131     - v 2.5
132    
133     * Sat Mar 07 2009 Bernard Johnson <bjohnson@symetrix.com> - 2.4-3
134     - fix typo in requires
135     - bz #474044
136    
137     * Wed Feb 25 2009 Bernard Johnson <bjohnson@symetrix.com> - 2.4-2
138     - add a notice to EXCEPTIONS that dual licensing is not available in Fedora
139    
140     * Mon Feb 16 2009 Bernard Johnson <bjohnson@symetrix.com> - 2.4-1
141     - v 2.4
142     - remove patches required for 2.3
143     - drop EXCEPTIONS as noted in review ticket
144    
145     * Thu Feb 05 2009 Bernard Johnson <bjohnson@symetrix.com> - 2.3-1
146     - v 2.3
147    
148     * Thu Dec 04 2008 Bernard Johnson <bjohnson@symetrix.com> - 2.2.3-2
149     - disable static build by default
150     - remove release version from soname
151     - move headers to %%{_includedir}/libzdb/
152    
153     * Thu Nov 13 2008 Bernard Johnson <bjohnson@symetrix.com> - 2.2.3-1
154     - initial build

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