SHA256
1
0
forked from pool/cmis-client

Accepting request 453769 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/453769
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal
2017-02-01 12:17:13 +00:00
committed by Git OBS Bridge
parent 46aa66e5fd
commit a47737b3be
2 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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