SHA256
1
0
forked from pool/libopenraw

Accepting request 453866 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/453866
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenraw?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal 2017-02-02 11:36:30 +00:00 committed by Git OBS Bridge
parent 1f479e955a
commit ca70d63b76
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 1 13:06:41 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Fri Jul 15 12:40:05 UTC 2016 - alarrosa@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libopenraw
#
# 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
@ -32,7 +32,11 @@ Patch2: libopenraw-orf-thumbnail.patch
Patch3: openraw-noansiflag.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: boost-devel >= 1.33.1
%if 0%{?suse_version} > 1325
BuildRequires: libboost_test-devel
%else
BuildRequires: boost-devel >= 1.31.1
%endif
BuildRequires: gcc-c++
BuildRequires: libjpeg-devel
BuildRequires: libtool