automatic version update by autodist [release 2.0.1-1mamba;Thu Jan 13 2022]

This commit is contained in:
Automatic Build System 2024-01-06 05:02:10 +01:00
parent 45f2eaaa25
commit 9427f8d5f1

View File

@ -1,16 +1,15 @@
%define with_mem_tests 0 %define with_mem_tests 0
%define with_perf_tests 0 %define with_perf_tests 0
#% define apiver %(echo %version|cut -d. -f1-2) %define apiver %(echo %version|cut -d. -f1-2)
%define apiver 1.5
Name: libmdds Name: libmdds
Version: 1.7.0 Version: 2.0.1
Release: 1mamba Release: 1mamba
Summary: A collection of multi-dimensional data structure and indexing algorithm (mdds) Summary: A collection of multi-dimensional data structure and indexing algorithm (mdds)
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://code.google.com/p/multidimalgorithm/ URL: https://code.google.com/archive/p/multidimalgorithm
Source: https://gitlab.com/mdds/mdds.git/%{version}/mdds-%{version}.tar.bz2 Source: https://gitlab.com/mdds/mdds.git/%{version}/mdds-%{version}.tar.bz2
Patch0: libmdds-0.5.3-boost-1.50.patch Patch0: libmdds-0.5.3-boost-1.50.patch
License: MIT License: MIT
@ -21,7 +20,6 @@ BuildRequires: libboost-devel
BuildRequires: valgrind BuildRequires: valgrind
BuildRequires: gdb BuildRequires: gdb
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This library provides a collection of multi-dimensional data structure and indexing algorithm. This library provides a collection of multi-dimensional data structure and indexing algorithm.
@ -63,7 +61,7 @@ This package contains header files need for %{name}.
rm -rf %{buildroot}%{_docdir} rm -rf %{buildroot}%{_docdir}
%check %check
%ifnarch %{ix86} %ifnarch %{ix86} aarch64
%make check %make check
%endif %endif
@ -94,6 +92,9 @@ rm -rf %{buildroot}%{_docdir}
%doc AUTHORS %doc AUTHORS
%changelog %changelog
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- automatic version update by autodist
* Wed Nov 04 2020 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba * Wed Nov 04 2020 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist - automatic version update by autodist