SHA256
8
0
forked from pool/cpprest

Accepting request 454092 from home:AndreasStieger:branches:devel:libraries:c_c++

cpprest 2.9.1

OBS-URL: https://build.opensuse.org/request/show/454092
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=18
This commit is contained in:
2017-02-02 09:11:39 +00:00
committed by Git OBS Bridge
parent 34a7a6f74d
commit d275db2eb4
4 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cpprest
#
# 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
@@ -19,11 +19,17 @@
%define major 2
%define minor 9
Name: cpprest
Version: 2.9.0
Version: 2.9.1
Release: 0
Summary: C++ REST library
License: Apache-2.0
License: MIT and BSD-3-Clause and Zlib
Group: Development/Libraries/C and C++
# main: MIT (license.txt)
# Websocket++: BSD-3-Clause (ThirdPartyNotices.txt)
# base64/base64.hpp: Zlib (ThirdPartyNotices.txt)
# sha1/sha1.hpp: BSD-3-Clause (ThirdPartyNotices.txt)
# common/md5.hpp: Zlib (ThirdPartyNotices.txt)
# utf8_validation.hpp: MIT (ThirdPartyNotices.txt)
Url: https://github.com/Microsoft/cpprestsdk
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
Patch1: cpprest-pthread.patch
@@ -87,7 +93,7 @@ ln -sf libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/libcpprest.so
%files -n libcpprest%{major}_%{minor}
%defattr(-,root,root)
%doc CONTRIBUTORS.txt license.txt
%doc CONTRIBUTORS.txt license.txt ThirdPartyNotices.txt
%{_libdir}/libcpprest.so.%{major}.%{minor}
%files devel