From 79af1c03ff511d8363b1fac246528a33f362c4ab Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 18 Oct 2020 20:41:21 +0200 Subject: [PATCH] - updated to 1.7.0 --- mdds.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mdds.spec b/mdds.spec index 1a1911a..5844e74 100644 --- a/mdds.spec +++ b/mdds.spec @@ -5,18 +5,20 @@ Summary: A collection of multi-dimensional data structures and indexing algorithms Summary(pl.UTF-8): Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących Name: mdds -Version: 1.6.0 +Version: 1.7.0 Release: 1 License: MIT Group: Development/Libraries -#Source0Download: https://gitlab.com/mdds/mdds/raw/master/README.md -Source0: http://kohei.us/files/mdds/src/%{name}-%{version}.tar.bz2 -# Source0-md5: a9e9704bddfacc27fcde6827b9cef1db +#Source0Download: https://gitlab.com/mdds/mdds/-/releases +Source0: http://kohei.us/files/mdds/src/%{name}-%{version}.tar.xz +# Source0-md5: dd2c5bdeb114af6fbaa13d8640f996ff Patch0: %{name}-doc.patch URL: https://gitlab.com/mdds/mdds BuildRequires: boost-devel >= 1.39 BuildRequires: libstdc++-devel >= 6:4.7 BuildRequires: rpmbuild(macros) >= 1.446 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz %if %{with apidocs} BuildRequires: doxygen BuildRequires: python3-breathe @@ -94,7 +96,7 @@ Dokumentacja API biblioteki MDDS. %{__make} %if %{with apidocs} -%{__make} html-local +%{__make} doc %endif %install -- 2.44.0