Accepting request 453873 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel OBS-URL: https://build.opensuse.org/request/show/453873 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=464
This commit is contained in:
parent
c782aad59c
commit
f33041f4bd
@ -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
|
Wed Feb 1 10:53:18 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -85,7 +85,14 @@ BuildRequires: %{name}-share-linker
|
|||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: bison
|
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
|
BuildRequires: boost-devel
|
||||||
|
%endif
|
||||||
BuildRequires: bsh2
|
BuildRequires: bsh2
|
||||||
BuildRequires: commons-codec
|
BuildRequires: commons-codec
|
||||||
BuildRequires: commons-httpclient
|
BuildRequires: commons-httpclient
|
||||||
@ -628,10 +635,10 @@ appearance and behavior.
|
|||||||
|
|
||||||
%package base-drivers-mysql
|
%package base-drivers-mysql
|
||||||
Summary: MySQL Database Driver for LibreOffice
|
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
|
License: GPL-2.0 and LGPL-3.0
|
||||||
Group: Productivity/Office/Suite
|
Group: Productivity/Office/Suite
|
||||||
|
# This mysql thing is just dlopened
|
||||||
|
# WARNING: the soname might change!
|
||||||
Requires: libmysqlclient_r18
|
Requires: libmysqlclient_r18
|
||||||
Requires: libreoffice-base = %{version}
|
Requires: libreoffice-base = %{version}
|
||||||
Requires(pre): libreoffice = %{version}
|
Requires(pre): libreoffice = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user