diff --git a/libwebsockets.spec b/libwebsockets.spec index 337ec02ff21dee6b71b69088895f7d2a561aeae1..6d557aafc309a175cd5befb9c9a6b89a95daaf96 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