diff --git a/cmis-client.changes b/cmis-client.changes index 297f507..ce7706c 100644 --- a/cmis-client.changes +++ b/cmis-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 10:30:26 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sun May 8 10:18:47 UTC 2016 - tchvatal@suse.com diff --git a/cmis-client.spec b/cmis-client.spec index 90b0628..4a43789 100644 --- a/cmis-client.spec +++ b/cmis-client.spec @@ -1,7 +1,7 @@ # # spec file for package cmis-client # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,12 @@ Url: https://github.com/tdf/libcmis Source0: https://github.com/tdf/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM: declare automake foreign Patch0: declare-automake-foreign.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_date_time-devel +BuildRequires: libboost_program_options-devel +%else BuildRequires: boost-devel >= 1.36 +%endif BuildRequires: docbook2X BuildRequires: gcc-c++ BuildRequires: intltool