Accepting request 453921 from GNOME:Apps

Boost split related

OBS-URL: https://build.opensuse.org/request/show/453921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2017-02-02 14:44:03 +00:00 committed by Git OBS Bridge
commit 0f78d80702
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 1 10:55:46 UTC 2017 - adam.majer@suse.de
- Use individual libboost-*-devel packages instead of boost-devel.
+ Add conditional libboost_test-devel BuildRequires.
-------------------------------------------------------------------
Tue Nov 29 10:47:05 UTC 2016 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package gnote
#
# 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
@ -25,7 +25,11 @@ License: GPL-3.0+
Group: Productivity/Text/Editors
Url: http://live.gnome.org/Gnote
Source: http://download.gnome.org/sources/gnote/3.22/%{name}-%{version}.tar.xz
%if 0%{?suse_version} > 1325
BuildRequires: libboost_test-devel
%else
BuildRequires: boost-devel >= 1.34
%endif
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: intltool