From e3abfe14bd230d5b316eb4a59af18de0fceef289adb102e32495acbf4cc8043c Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 1 Feb 2017 20:48:36 +0000 Subject: [PATCH] Accepting request 453874 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/453874 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=20 --- librevenge.changes | 5 +++++ librevenge.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/librevenge.changes b/librevenge.changes index 482f603..595e6ed 100644 --- a/librevenge.changes +++ b/librevenge.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 13:14:43 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Fri Apr 15 07:54:39 UTC 2016 - dimstar@opensuse.org diff --git a/librevenge.spec b/librevenge.spec index dfd2d98..3805efd 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -1,7 +1,7 @@ # # spec file for package librevenge # -# 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 @@ -26,7 +26,11 @@ License: LGPL-2.1+ or MPL-2.0+ Group: System/Libraries Url: http://sourceforge.net/p/libwpd/wiki/librevenge/ Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++