|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%global apiversion 0.13
|
|
|
|
|
%global apiversion 0.14
|
|
|
|
|
|
|
|
|
|
# build conversion tools
|
|
|
|
|
%bcond_without convtools
|
|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%bcond_without python
|
|
|
|
|
|
|
|
|
|
Name: liborcus
|
|
|
|
|
Version: 0.13.4
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.14.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Standalone file import filter library for spreadsheet documents
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
@ -19,7 +19,7 @@ BuildRequires: doxygen
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
%if %{with convtools}
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
BuildRequires: pkgconfig(libixion-0.13)
|
|
|
|
|
BuildRequires: pkgconfig(libixion-0.14)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(mdds-1.4)
|
|
|
|
|
%if %{with python}
|
|
|
|
@ -77,9 +77,6 @@ API documentation for %{name}.
|
|
|
|
|
%prep
|
|
|
|
|
%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}
|
|
|
|
|
%global condopts %{?condopts} --disable-spreadsheet-model
|
|
|
|
|
%endif
|
|
|
|
@ -187,6 +184,9 @@ make check %{?_smp_mflags}
|
|
|
|
|
%doc doc/_doxygen/html
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 02 2018 David Tardon <dtardon@redhat.com> - 0.14.0-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|