libzdb/libzdb.spec

87 lines
2.4 KiB
RPMSpec

Name: libzdb
Version: 3.3.0
Release: 1mamba
Summary: A database library with thread-safe connection pooling
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://tildeslash.com/libzdb/
Source: http://www.tildeslash.com/libzdb/dist/libzdb-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libmariadb-devel
BuildRequires: libpostgresql-devel
BuildRequires: libsqlite-devel
## AUTOBUILDREQ-END
%description
Libzdb is a database library with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connection is specified via a URL scheme.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libzdb.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/zdb/*.h
%{_libdir}/libzdb.a
%{_libdir}/libzdb.so
%{_libdir}/pkgconfig/zdb.pc
%doc CHANGES README
%changelog
* Thu Jul 25 2024 Automatic Build System <autodist@openmamba.org> 3.3.0-1mamba
- automatic version update by autodist
* Wed Oct 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.3-1mamba
- update to 3.2.3
* Thu May 28 2020 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
- automatic version update by autodist
* Thu Mar 12 2020 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
- automatic version update by autodist
* 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
* Fri May 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-2mamba
- rebuilt with mariadb
* Sat Aug 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-1mamba
- package created using the webbuild interface