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:
@@ -5,6 +5,11 @@ Thu Feb 2 09:08:31 UTC 2017 - astieger@suse.com
|
|||||||
* All embedded licenses changed to MIT
|
* All embedded licenses changed to MIT
|
||||||
* Update license header to reflect third party embedded code
|
* 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
|
Sun Oct 30 15:15:58 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,15 @@ Group: Development/Libraries/C and C++
|
|||||||
Url: https://github.com/Microsoft/cpprestsdk
|
Url: https://github.com/Microsoft/cpprestsdk
|
||||||
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
|
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
|
||||||
Patch1: cpprest-pthread.patch
|
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
|
BuildRequires: boost-devel >= 1.55
|
||||||
|
%endif
|
||||||
BuildRequires: cmake >= 2.6
|
BuildRequires: cmake >= 2.6
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: openssl-devel >= 1.0
|
BuildRequires: openssl-devel >= 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user