SHA256
8
0
forked from pool/cpprest
2018-03-22 13:51:05 +00:00
committed by Git OBS Bridge
parent 8e12e252a9
commit 1df8406214
6 changed files with 20 additions and 79 deletions

View File

@@ -19,7 +19,7 @@
%define major 2
%define minor 10
Name: cpprest
Version: 2.10.1
Version: 2.10.2
Release: 0
Summary: C++ REST library
# main: MIT (license.txt)
@@ -32,10 +32,6 @@ License: MIT AND BSD-3-Clause AND Zlib
Group: Development/Libraries/C and C++
Url: https://github.com/Microsoft/cpprestsdk
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz#/cpprestsdk-%{version}.tar.gz
# PATCH-FIX-UPSTREAM cpprest-2.10.1-srand-boost-1.66.patch -- Fix build with boost 1.66
Patch0: cpprest-2.10.1-srand-boost-1.66.patch
# PATCH-FIX-UPSTREAM cpprest-2.10.1-threadpool-boost-1.66.patch -- Fix build with boost 1.66
Patch1: cpprest-2.10.1-threadpool-boost-1.66.patch
BuildRequires: cmake >= 3.0
BuildRequires: gcc-c++
BuildRequires: openssl-devel >= 1.0
@@ -80,8 +76,6 @@ Development files.
%prep
%setup -q -n cpprestsdk-%{version}
%patch0 -p1
%patch1 -p1
%build
%cmake \