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:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 09:08:31 UTC 2017 - astieger@suse.com
|
||||
|
||||
- cpprest 2.9.1:
|
||||
* All embedded licenses changed to MIT
|
||||
* Update license header to reflect third party embedded code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 30 15:15:58 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
||||
14
cpprest.spec
14
cpprest.spec
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:217a41c7ff2bab82c372a120cbdb350371065df464d06bba1adbeb1590736e3e
|
||||
size 1616568
|
||||
3
v2.9.1.tar.gz
Normal file
3
v2.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7097889965df48ec5799d6ed3b4f95f16ca82ee3512eb31db844d9df600bc899
|
||||
size 1601475
|
||||
Reference in New Issue
Block a user