SHA256
1
0
forked from pool/scribus

Accepting request 454173 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/454173
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/scribus?expand=0&rev=16
This commit is contained in:
Raymond Wooninck 2017-02-03 18:38:09 +00:00 committed by Git OBS Bridge
parent 720739845f
commit d952d6318c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 2 12:29:29 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Tue Nov 15 15:06:30 UTC 2016 - wbauer@tmo.at

View File

@ -1,7 +1,7 @@
#
# spec file for package scribus
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -34,7 +34,11 @@ Source6: %{name}.appdata.xml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: aspell
BuildRequires: aspell-devel
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: cairo-devel
BuildRequires: cmake >= 2.6.0
BuildRequires: cups-devel