SHA256
8
0
forked from pool/cpprest

- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=19
This commit is contained in:
2017-02-02 12:05:31 +00:00
committed by Git OBS Bridge
parent 4cd4818fc2
commit 65a84bd299
2 changed files with 13 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ Thu Feb 2 09:08:31 UTC 2017 - astieger@suse.com
* All embedded licenses changed to MIT
* Update license header to reflect third party embedded code
-------------------------------------------------------------------
Wed Feb 1 10:31:33 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Sun Oct 30 15:15:58 UTC 2016 - astieger@suse.com

View File

@@ -33,7 +33,15 @@ Group: Development/Libraries/C and C++
Url: https://github.com/Microsoft/cpprestsdk
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
Patch1: cpprest-pthread.patch
%if 0%{?suse_version} > 1325
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_random-devel
BuildRequires: libboost_regex-devel
BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel
%else
BuildRequires: boost-devel >= 1.55
%endif
BuildRequires: cmake >= 2.6
BuildRequires: gcc-c++
BuildRequires: openssl-devel >= 1.0