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