automatic version update by autodist [release 1.5.0-1mamba;Fri Jan 31 2020]

This commit is contained in:
Automatic Build System 2024-01-06 05:02:10 +01:00
parent 72028b6b70
commit 27ee123b19

View File

@ -3,7 +3,7 @@
%define apiver %(echo %version|cut -d. -f1-2) %define apiver %(echo %version|cut -d. -f1-2)
#% define apiver 1.4 #% define apiver 1.4
Name: libmdds Name: libmdds
Version: 1.4.3 Version: 1.5.0
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
@ -19,6 +19,7 @@ License: MIT
BuildRequires: libboost-devel BuildRequires: libboost-devel
%if %with_mem_tests %if %with_mem_tests
BuildRequires: valgrind BuildRequires: valgrind
BuildRequires: gdb
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -47,11 +48,12 @@ This package contains header files need for %{name}.
#%patch0 -p1 #%patch0 -p1
#sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in #sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
./autogen.sh
%build %build
./autogen.sh
%configure \ %configure \
--docdir=%{_docdir}/%{name}-%{version} --docdir=%{_docdir}/%{name}-%{version}
%make %make
%install %install
@ -61,7 +63,10 @@ This package contains header files need for %{name}.
rm -rf %{buildroot}%{_docdir} rm -rf %{buildroot}%{_docdir}
%check %check
%ifnarch %{ix86}
%make check %make check
%endif
#for test in fst pqt recset st; do #for test in fst pqt recset st; do
# make test.$test # make test.$test
#done #done
@ -89,6 +94,9 @@ rm -rf %{buildroot}%{_docdir}
%doc AUTHORS %doc AUTHORS
%changelog %changelog
* Fri Jan 31 2020 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
- automatic version update by autodist
* Mon Dec 10 2018 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba * Mon Dec 10 2018 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
- automatic version update by autodist - automatic version update by autodist