Accepting request 454116 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/454116
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=65
This commit is contained in:
Martin Pluskal 2017-02-02 10:29:56 +00:00 committed by Git OBS Bridge
parent b70595d7df
commit 3ab7a86baf
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 2 10:21:27 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Tue Jan 3 10:39:12 UTC 2017 - mpluskal@suse.com

View File

@ -33,7 +33,12 @@ Source1: baselibs.conf
Patch0: %{name}-remove-python-build.patch
BuildRequires: autoconf
BuildRequires: automake
%if 0%{?suse_version} > 1325
BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig