From d56b05e360c15e17d304185c3f5f750bccce5e9a6686e1762aef8f338753842d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 2 Feb 2017 12:33:43 +0000 Subject: [PATCH] Accepting request 454114 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/454114 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=42 --- nemiver.changes | 5 +++++ nemiver.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/nemiver.changes b/nemiver.changes index dc4fb2c..a404c68 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 10:20:10 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sun Jul 24 17:41:53 UTC 2016 - zaitor@opensuse.org diff --git a/nemiver.spec b/nemiver.spec index 8d363f6..1b76017 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -1,7 +1,7 @@ # # spec file for package nemiver # -# 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 @@ -31,7 +31,11 @@ Patch0: nemiver-build-fix.patch %if 0%{?scm_bootstrap} BuildRequires: gnome-common %endif +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gdb