!10 修改libwebsocket的spec文件

From: @jackey_1024
Reviewed-by: @lifeng2221dd1
Signed-off-by: @lifeng2221dd1
This commit is contained in:
openeuler-ci-bot 2020-11-20 15:33:30 +08:00 committed by Gitee
commit c2d2616c88

View File

@ -1,6 +1,6 @@
Name: libwebsockets
Version: 4.0.20
Release: 2
Release: 3
Summary: A lightweight C library for Websockets
License: LGPLv2 and Public Domain and BSD and MIT and zlib
URL: https://libwebsockets.org
@ -8,7 +8,7 @@ Source0: https://github.com/warmcat/libwebsockets/archive/v%{version}.tar
Patch9000: 0001-add-secure-compile-option-in-Makefile.patch
BuildRequires: cmake openssl-devel zlib-devel libev-devel git libwebsockets
BuildRequires: cmake openssl-devel zlib-devel libev-devel git
Provides: bundled(sha1-hollerbach) bundled(base64-decode) bundled(ssl-http2)
@ -96,6 +96,12 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';'
%doc changelog README.md READMEs/
%changelog
* Fri 20 Nov 2020 jikui <jikui2@huawei.com> - 4.0.20-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify spec file
* Tue 4 Aug 2020 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 4.0.20-2
- Type:requirement
- ID:NA