From 4b09a2284ec6d25bd5a49e5460444c5f150bbb1f Mon Sep 17 00:00:00 2001 From: Zhangxiaoyu Date: Fri, 31 Jul 2020 12:54:39 +0800 Subject: [PATCH] modify spec file Signed-off-by: Zhangxiaoyu --- libwebsockets.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libwebsockets.spec b/libwebsockets.spec index 337ec02..6d557aa 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,6 +1,6 @@ Name: libwebsockets Version: 4.0.20 -Release: 1 +Release: 2 Summary: A lightweight C library for Websockets License: LGPLv2 and Public Domain and BSD and MIT and zlib URL: https://libwebsockets.org @@ -70,8 +70,6 @@ cd build cd build %make_install -cp -a %{_libdir}/libwebsockets.so.16* %{buildroot}%{_libdir} - %delete_la_and_a find %{buildroot} -name '*.cmake' -exec rm -f {} ';' find %{buildroot} -name '*_static.pc' -exec rm -f {} ';' @@ -98,7 +96,13 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';' %doc changelog README.md READMEs/ %changelog -* Wed Jul 29 2020 - 4.0.20-1 +* Tue 4 Aug 2020 zhangxiaoyu - 4.0.20-2 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:modify spec file + +* Wed Jul 29 2020 zhangxiaoyu - 4.0.20-1 - Type:requirement - ID:NA - SUG:NA -- Gitee