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

Contents of /rpms/libzdb/contribs9/libzdb.spec

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


Revision 1.1 - (show annotations) (download)
Tue Feb 20 02:23:49 2018 UTC (6 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: libzdb-3_1-2_el6_sme
*** empty log message ***

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

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