|
|
@ -21,7 +21,7 @@ BuildRequires: gcc-c++
|
|
|
|
BuildRequires: help2man
|
|
|
|
BuildRequires: help2man
|
|
|
|
BuildRequires: pkgconfig(libixion-0.13)
|
|
|
|
BuildRequires: pkgconfig(libixion-0.13)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(mdds-1.2)
|
|
|
|
BuildRequires: pkgconfig(mdds-1.4)
|
|
|
|
%if %{with python}
|
|
|
|
%if %{with python}
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -77,6 +77,9 @@ API documentation for %{name}.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# TODO: remove on update to 0.14.0
|
|
|
|
|
|
|
|
sed -i -e 's/mdds-1.2 >= 1.2.1/mdds-1.4/' configure
|
|
|
|
|
|
|
|
|
|
|
|
%if %{without convtools}
|
|
|
|
%if %{without convtools}
|
|
|
|
%global condopts %{?condopts} --disable-spreadsheet-model
|
|
|
|
%global condopts %{?condopts} --disable-spreadsheet-model
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|