From 47172e52d35fcde7515af9f966f3243752d98e0cf5760a375d98f47e237e8408 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 1 Feb 2017 11:35:39 +0000 Subject: [PATCH] Accepting request 453798 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/453798 OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=15 --- innoextract.changes | 5 +++++ innoextract.spec | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/innoextract.changes b/innoextract.changes index 0a81b64..fdd0933 100644 --- a/innoextract.changes +++ b/innoextract.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 11:29:48 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Fri Mar 25 08:30:00 UTC 2016 - mpluskal@suse.com diff --git a/innoextract.spec b/innoextract.spec index a0ee9f2..bef2f8a 100644 --- a/innoextract.spec +++ b/innoextract.spec @@ -1,7 +1,7 @@ # # spec file for package innoextract # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -25,7 +25,14 @@ License: Zlib Group: Productivity/Archiving/Backup Url: http://constexpr.org/innoextract/ Source: http://constexpr.org/innoextract/files/%{name}-%{version}.tar.gz +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_date_time-devel +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_iostreams-devel +BuildRequires: libboost_program_options-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.8.0 BuildRequires: doxygen BuildRequires: gcc-c++