forked from pool/cpprest
Accepting request 667306 from home:1Antoine1:branches:devel:libraries:c_c++
- Fix licensing issues:
* Use upstream tarball as is, i.e. don't include third-party
stuff from vcpkg submodule.
* As a consequence, websocketpp is not embedded in tarball so
add build requirement on system's websocketpp.
OBS-URL: https://build.opensuse.org/request/show/667306
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=38
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 20 09:24:04 UTC 2019 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
- Fix licensing issues:
|
||||||
|
* Use upstream tarball as is, i.e. don't include third-party
|
||||||
|
stuff from vcpkg submodule.
|
||||||
|
* As a consequence, websocketpp is not embedded in tarball so
|
||||||
|
add build requirement on system's websocketpp.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 12 02:21:13 UTC 2019 - Marguerite Su <i@marguerite.su>
|
Sat Jan 12 02:21:13 UTC 2019 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
|||||||
@@ -31,11 +31,11 @@ Summary: C++ REST library
|
|||||||
License: MIT AND BSD-3-Clause AND Zlib
|
License: MIT AND BSD-3-Clause AND Zlib
|
||||||
Group: Development/Libraries/C and C++
|
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}/cpprestsdk-%{version}.tar.gz
|
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}/cpprestsdk-%{version}.tar.gz
|
||||||
Source: cpprestsdk-%{version}.tar.gz
|
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: openssl-devel >= 1.0
|
BuildRequires: openssl-devel >= 1.0
|
||||||
|
BuildRequires: pkgconfig(websocketpp) >= 0.8
|
||||||
%if 0%{?suse_version} > 1325
|
%if 0%{?suse_version} > 1325
|
||||||
BuildRequires: libboost_atomic-devel
|
BuildRequires: libboost_atomic-devel
|
||||||
BuildRequires: libboost_filesystem-devel
|
BuildRequires: libboost_filesystem-devel
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c4a0b98758a6de8fa7fb53467355d8f79333759e06a868e92df795692d8b81d8
|
oid sha256:fd79d34b3fad4622ff58480f57ecdf374061c5bdbd83e317019422575c820443
|
||||||
size 56145920
|
size 1750353
|
||||||
|
|||||||
Reference in New Issue
Block a user