automatic version update by autodist [release 1.4.14-1mamba;Mon Aug 11 2025]

This commit is contained in:
2025-08-11 19:23:53 +02:00
parent 8f55a2fdc2
commit b13d8c9c20

View File

@@ -1,6 +1,6 @@
Name: libtdb
Epoch: 1
Version: 1.4.13
Version: 1.4.14
Release: 1mamba
Summary: The tdb library
Group: System/Libraries
@@ -45,6 +45,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.
This package contains tools to manage Tdb files.
%package -n python-tdb
Group: System/Libraries/Python
Summary: Python bindings for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n python-tdb
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.
This package provides the Python bindings to %{name}.
%prep
%setup -q -n tdb-%{version}
@@ -52,28 +60,22 @@ This package contains tools to manage Tdb files.
%build
%configure
# --extra-python=%{__python36}
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
## conflicts with file from package samba-3.0.37
#rm -rf %{buildroot}%{_bindir}/tdbbackup
#rm -rf %{buildroot}%{_bindir}/tdbdump
#rm -rf %{buildroot}%{_bindir}/tdbtool
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libtdb.so.*
%{python3_sitearch}/tdb.cpython-*.so
%{python3_sitearch}/_tdb_text.py
%files -n python-tdb
%{python3_sitelib}/tdb.cpython-*.so
%{python3_sitelib}/_tdb_text.py
%files devel
%defattr(-,root,root)
@@ -90,6 +92,9 @@ This package contains tools to manage Tdb files.
%{_mandir}/man8/tdb*.8*
%changelog
* Mon Aug 11 2025 Automatic Build System <autodist@openmamba.org> 1.4.14-1mamba
- automatic version update by autodist
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 1.4.13-1mamba
- automatic version update by autodist