|
|
@ -6,8 +6,8 @@
|
|
|
|
%bcond_without python
|
|
|
|
%bcond_without python
|
|
|
|
|
|
|
|
|
|
|
|
Name: liborcus
|
|
|
|
Name: liborcus
|
|
|
|
Version: 0.11.1
|
|
|
|
Version: 0.11.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 0%{?dist}
|
|
|
|
Summary: Standalone file import filter library for spreadsheet documents
|
|
|
|
Summary: Standalone file import filter library for spreadsheet documents
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -20,7 +20,7 @@ BuildRequires: doxygen
|
|
|
|
BuildRequires: help2man
|
|
|
|
BuildRequires: help2man
|
|
|
|
BuildRequires: pkgconfig(libixion-0.11)
|
|
|
|
BuildRequires: pkgconfig(libixion-0.11)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(mdds-1.0)
|
|
|
|
BuildRequires: pkgconfig(mdds-1.2)
|
|
|
|
%if %{with python}
|
|
|
|
%if %{with python}
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -125,7 +125,7 @@ make check %{?_smp_mflags}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc AUTHORS
|
|
|
|
%doc AUTHORS CHANGELOG
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/%{name}-%{apiversion}.so.*
|
|
|
|
%{_libdir}/%{name}-%{apiversion}.so.*
|
|
|
|
%{_libdir}/%{name}-mso-%{apiversion}.so.*
|
|
|
|
%{_libdir}/%{name}-mso-%{apiversion}.so.*
|
|
|
|