diff --git a/adolc.changes b/adolc.changes index 8b6350a..b3b34c1 100644 --- a/adolc.changes +++ b/adolc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 09:50:03 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sun Sep 4 22:32:43 UTC 2016 - kkhere.geo@gmail.com diff --git a/adolc.spec b/adolc.spec index 5cf48c0..cdb2adb 100644 --- a/adolc.spec +++ b/adolc.spec @@ -1,7 +1,7 @@ # # spec file for package adolc # -# 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,12 @@ Url: http://projects.coin-or.org/ADOL-C Source0: http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz Source1: baselibs.conf BuildRequires: ColPack-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +BuildRequires: libboost_system-devel +%else BuildRequires: boost-devel +%endif BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: pkg-config