From d952d6318c457b157fe606285f4c2bc185b3aad794f004336f459c42f6abe9a2 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 3 Feb 2017 18:38:09 +0000 Subject: [PATCH] Accepting request 454173 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/454173 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/scribus?expand=0&rev=16 --- scribus.changes | 5 +++++ scribus.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/scribus.changes b/scribus.changes index df786d2..ffafc79 100644 --- a/scribus.changes +++ b/scribus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 12:29:29 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Tue Nov 15 15:06:30 UTC 2016 - wbauer@tmo.at diff --git a/scribus.spec b/scribus.spec index 13d7c4b..323d064 100644 --- a/scribus.spec +++ b/scribus.spec @@ -1,7 +1,7 @@ # # spec file for package scribus # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -34,7 +34,11 @@ Source6: %{name}.appdata.xml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: aspell BuildRequires: aspell-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cairo-devel BuildRequires: cmake >= 2.6.0 BuildRequires: cups-devel