automatic version update by autodist [release 3.0.0-1mamba;Sat Jan 25 2025]

This commit is contained in:
2025-02-26 23:16:07 +01:00
parent a18b9d9b28
commit 7ead5e142f
+6 -20
View File
@@ -2,7 +2,7 @@
%define with_perf_tests 0
%define apiver %(echo %version|cut -d. -f1-2)
Name: libmdds
Version: 2.1.1
Version: 3.0.0
Release: 1mamba
Summary: A collection of multi-dimensional data structure and indexing algorithm (mdds)
Group: System/Libraries
@@ -13,6 +13,7 @@ URL: https://code.google.com/archive/p/multidimalgorithm
Source: https://gitlab.com/mdds/mdds.git/%{version}/mdds-%{version}.tar.bz2
Patch0: libmdds-0.5.3-boost-1.50.patch
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: libboost-devel
@@ -38,14 +39,11 @@ Summary: Headers for %{name}
%description devel
A collection of multi-dimensional data structure and indexing algorithm (mdds).
This package contains header files need for %{name}.
This package contains header files needed for %{name}.
%prep
%setup -q -n mdds-%{version}
#%patch0 -p1
#sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
./autogen.sh
%build
@@ -65,21 +63,6 @@ rm -rf %{buildroot}%{_docdir}
%make check
%endif
#for test in fst pqt recset st; do
# make test.$test
#done
#%if %with_perf_tests
# for t in recset st; do
# make test.$t.perf
# done
# make test.stl
#%endif
#%if %with_mem_tests
# for t in fst pqt recset st; do
# make test.$t.mem
# done
#%endif
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@@ -92,6 +75,9 @@ rm -rf %{buildroot}%{_docdir}
%doc AUTHORS
%changelog
* Sat Jan 25 2025 Automatic Build System <autodist@openmamba.org> 3.0.0-1mamba
- automatic version update by autodist
* Sun Apr 30 2023 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
- automatic version update by autodist