automatic version update by autodist [release 1.2.1-1mamba;Sat Jun 25 2016]

This commit is contained in:
Automatic Build System 2024-01-06 05:02:10 +01:00
parent 5729373ac3
commit f6b86ae30c

View File

@ -2,7 +2,7 @@
%define with_perf_tests 0
%define apiver %(echo %version|cut -d. -f1-2)
Name: libmdds
Version: 1.0.0
Version: 1.2.1
Release: 1mamba
Summary: A collection of multi-dimensional data structure and indexing algorithm (mdds)
Group: System/Libraries
@ -10,7 +10,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://code.google.com/p/multidimalgorithm/
Source: http://kohei.us/files/mdds/src/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
License: MIT
## AUTOBUILDREQ-BEGIN
@ -42,12 +42,13 @@ A collection of multi-dimensional data structure and indexing algorithm (mdds).
This package contains header files need for %{name}.
%prep
%setup -q -n mdds_%{version}
%setup -q -n mdds-%{version}
#%patch0 -p1
sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
#sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
%build
./autogen.sh
%configure \
--docdir=%{_docdir}/%{name}-%{version}
%make
@ -60,20 +61,20 @@ rm -rf %{buildroot}%{_docdir}
%check
%make check
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
#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}"
@ -84,9 +85,15 @@ done
%dir %{_includedir}/mdds-%{apiver}/mdds
%{_includedir}/mdds-%{apiver}/mdds/*
%{_datadir}/pkgconfig/mdds-%{apiver}.pc
%doc AUTHORS NEWS VERSION
%doc AUTHORS VERSION
%changelog
* Sat Jun 25 2016 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
- automatic version update by autodist
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
- update to 1.2.0
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
- automatic version update by autodist