diff --git a/libreoffice.changes b/libreoffice.changes index 77cb198..0cd75b8 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 13:10:25 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Wed Feb 1 10:53:18 UTC 2017 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index ed86e8a..4d4249e 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -85,7 +85,14 @@ BuildRequires: %{name}-share-linker BuildRequires: ant BuildRequires: autoconf BuildRequires: bison +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_date_time-devel +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_iostreams-devel +BuildRequires: libboost_system-devel +%else BuildRequires: boost-devel +%endif BuildRequires: bsh2 BuildRequires: commons-codec BuildRequires: commons-httpclient @@ -628,10 +635,10 @@ appearance and behavior. %package base-drivers-mysql Summary: MySQL Database Driver for LibreOffice -# This mysql thing is just dlopened -# WARNING: the soname might change! License: GPL-2.0 and LGPL-3.0 Group: Productivity/Office/Suite +# This mysql thing is just dlopened +# WARNING: the soname might change! Requires: libmysqlclient_r18 Requires: libreoffice-base = %{version} Requires(pre): libreoffice = %{version}