automatic version update by autodist [release 1.4.13-1mamba;Fri Feb 07 2025]

This commit is contained in:
2025-02-08 17:17:32 +01:00
parent 92c0a2f75b
commit 8f55a2fdc2

View File

@@ -1,6 +1,6 @@
Name: libtdb
Epoch: 1
Version: 1.4.12
Version: 1.4.13
Release: 1mamba
Summary: The tdb library
Group: System/Libraries
@@ -45,11 +45,9 @@ 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.
%debug_package
%prep
%setup -q -n tdb-%{version}
#%patch0 -p1
%build
%configure
@@ -70,8 +68,6 @@ This package contains tools to manage Tdb files.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@@ -94,6 +90,9 @@ This package contains tools to manage Tdb files.
%{_mandir}/man8/tdb*.8*
%changelog
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 1.4.13-1mamba
- automatic version update by autodist
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 1.4.12-1mamba
- automatic version update by autodist