diff --git a/libmdds.spec b/libmdds.spec index 335d0d3..1fca879 100644 --- a/libmdds.spec +++ b/libmdds.spec @@ -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 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 1.2.1-1mamba +- automatic version update by autodist + +* Fri May 20 2016 Silvan Calarco 1.2.0-1mamba +- update to 1.2.0 + * Thu Dec 03 2015 Automatic Build System 1.0.0-1mamba - automatic version update by autodist