From 8e89b2d5d02f33fcf04e34514cb539973db511a440626afb16617886d54ad0c8 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 1 Feb 2017 12:57:55 +0000 Subject: [PATCH] Accepting request 453839 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/453839 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=53 --- libcdr.changes | 5 +++++ libcdr.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libcdr.changes b/libcdr.changes index 4bd4c21..ad36340 100644 --- a/libcdr.changes +++ b/libcdr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 12:46:46 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Mon Aug 1 08:48:34 UTC 2016 - tchvatal@suse.com diff --git a/libcdr.spec b/libcdr.spec index e340969..752b5d3 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -1,7 +1,7 @@ # # spec file for package libcdr # -# 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 @@ -27,7 +27,11 @@ Url: http://www.freedesktop.org/wiki/Software/libcdr Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz # note: the main package is empty, it only sets a sane name for the source rpm Patch0: libcdr-0.1.1-pkgconfig.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cppunit-devel BuildRequires: doxygen BuildRequires: fdupes