!41 libwebsockets delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @jingxiaolu
Signed-off-by: @jingxiaolu
This commit is contained in:
openeuler-ci-bot 2021-08-11 11:52:24 +00:00 committed by Gitee
commit a57f4441ef

View File

@ -1,6 +1,6 @@
Name: libwebsockets Name: libwebsockets
Version: 4.0.20 Version: 4.0.20
Release: 7 Release: 8
Summary: A lightweight C library for Websockets Summary: A lightweight C library for Websockets
License: LGPLv2 and Public Domain and BSD and MIT and zlib License: LGPLv2 and Public Domain and BSD and MIT and zlib
URL: https://libwebsockets.org URL: https://libwebsockets.org
@ -11,7 +11,7 @@ Patch9001: 0002-cmake-remove-unused-headfile-directory.patch
Patch9002: 0003-add-fs-secure-compile-options.patch Patch9002: 0003-add-fs-secure-compile-options.patch
Patch9003: 0004-solve-the-BEP-problem.patch Patch9003: 0004-solve-the-BEP-problem.patch
BuildRequires: cmake openssl-devel zlib-devel libev-devel git gcc gcc-c++ BuildRequires: cmake openssl-devel zlib-devel libev-devel gcc gcc-c++
Provides: bundled(sha1-hollerbach) bundled(base64-decode) bundled(ssl-http2) Provides: bundled(sha1-hollerbach) bundled(base64-decode) bundled(ssl-http2)
@ -33,7 +33,7 @@ This package contains the header files needed for developing
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
%build %build
mkdir -p build mkdir -p build
cd build cd build
@ -99,6 +99,9 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';'
%doc changelog README.md READMEs/ %doc changelog README.md READMEs/
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.0.20-8
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Mon 28 Jun 2021 lifeng <lifeng68@huawei.com> - 4.0.20-7 * Mon 28 Jun 2021 lifeng <lifeng68@huawei.com> - 4.0.20-7
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA