From f7d295e7e9c5b1f64582bbb452c406cb0c0ddbca6b955d4d8404f3098b35119f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 1 Feb 2017 12:17:02 +0000 Subject: [PATCH] Accepting request 453751 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/453751 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=33 --- aegisub.changes | 5 +++++ aegisub.spec | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/aegisub.changes b/aegisub.changes index 61a38e3..0025180 100644 --- a/aegisub.changes +++ b/aegisub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 09:52:26 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Thu Aug 13 08:56:28 UTC 2015 - dvaleev@suse.com diff --git a/aegisub.spec b/aegisub.spec index d168cfb..7fd7a39 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -1,7 +1,7 @@ # # spec file for package aegisub # -# Copyright (c) 2015 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 @@ -30,7 +30,14 @@ Patch0: aegisub-old_wc.patch Patch1: Makefile.inc.in.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: boost-devel >= 1.50 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_locale-devel +BuildRequires: libboost_regex-devel +BuildRequires: libboost_thread-devel +%else +BuildRequires: boost-devel >= 1.50.0 +%endif BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: pkg-config >= 0.20