automatic version update by autodist [release 3.2-1mamba;Sun Aug 18 2019]
This commit is contained in:
parent
2a2f557a3a
commit
14f4d8ccaf
10
libzdb-3.2-add_missing_assert_include.patch
Normal file
10
libzdb-3.2-add_missing_assert_include.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- libzdb-3.2/test/zdbpp.cpp.orig 2019-08-18 11:14:43.275000000 +0200
|
||||
+++ libzdb-3.2/test/zdbpp.cpp 2019-08-18 11:14:59.795000000 +0200
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <map>
|
||||
+#include <assert.h>
|
||||
|
||||
#include "zdbpp.h"
|
||||
using namespace zdb;
|
16
libzdb.spec
16
libzdb.spec
@ -1,5 +1,5 @@
|
||||
Name: libzdb
|
||||
Version: 3.1
|
||||
Version: 3.2
|
||||
Release: 1mamba
|
||||
Summary: A database library with thread-safe connection pooling
|
||||
Group: System/Libraries
|
||||
@ -8,6 +8,7 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: System/Libraries
|
||||
Source: http://www.tildeslash.com/libzdb/dist/libzdb-%{version}.tar.gz
|
||||
Patch0: libzdb-3.2-add_missing_assert_include.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -35,6 +36,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -57,14 +59,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/zdb/Connection.h
|
||||
%{_includedir}/zdb/ConnectionPool.h
|
||||
%{_includedir}/zdb/Exception.h
|
||||
%{_includedir}/zdb/PreparedStatement.h
|
||||
%{_includedir}/zdb/ResultSet.h
|
||||
%{_includedir}/zdb/SQLException.h
|
||||
%{_includedir}/zdb/URL.h
|
||||
%{_includedir}/zdb/zdb.h
|
||||
%{_includedir}/zdb/*.h
|
||||
%{_libdir}/libzdb.a
|
||||
%{_libdir}/libzdb.la
|
||||
%{_libdir}/libzdb.so
|
||||
@ -72,6 +67,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc CHANGES README
|
||||
|
||||
%changelog
|
||||
* Sun Aug 18 2019 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user