From cd0416435dd5f31d4acfb75fc415639541d6baecca3d8e24b74b519750091c33 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 2 Feb 2017 19:24:19 +0000 Subject: [PATCH] Accepting request 454226 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/454226 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/websocketpp?expand=0&rev=7 --- websocketpp.changes | 5 +++++ websocketpp.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/websocketpp.changes b/websocketpp.changes index 67a389e..228c14e 100644 --- a/websocketpp.changes +++ b/websocketpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 15:38:18 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Tue Nov 24 19:17:00 UTC 2015 - p.drouand@gmail.com diff --git a/websocketpp.spec b/websocketpp.spec index 6a5918a..c372147 100644 --- a/websocketpp.spec +++ b/websocketpp.spec @@ -1,7 +1,7 @@ # # spec file for package websocketpp # -# Copyright (c) 2015 SUSE LINUX Products 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 @@ -25,7 +25,11 @@ Group: Development/Libraries/C and C++ Url: http://www.zaphoyd.com/websocketpp Source0: https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: websocketpp.pc +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.6 BuildRequires: gcc-c++ BuildRequires: pkg-config