From aba4d9a7709ac94eacd32e6016f77d4ceb56be98 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 28 Feb 2023 03:22:13 +0000 Subject: [PATCH] delete *.a file (cherry picked from commit 765240ae2787169e183a14ea4ac620d789ab50ea) --- nghttp2.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/nghttp2.spec b/nghttp2.spec index 86f8f58..365bfec 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,6 +1,6 @@ Name: nghttp2 Version: 1.47.0 -Release: 2 +Release: 3 Summary: Contains the HTTP/2 client, server and proxy programs. License: MIT URL: https://nghttp2.org/ @@ -42,7 +42,7 @@ sed -e '1 s|^#!/.*python|&3|' -i script/fetch-ocsp-response %build autoreconf %configure PYTHON=%{__python3} --disable-hpack-tools --disable-python-bindings\ - --without-libxml2 --without-spdylay + --without-libxml2 --without-spdylay --disable-static %disable_rpath %make_build V=1 @@ -84,7 +84,6 @@ make %{?_smp_mflags} check %doc README.rst %{_includedir}/nghttp2 %{_libdir}/libnghttp2.so -%{_libdir}/libnghttp2.a %{_libdir}/pkgconfig/libnghttp2.pc %files help @@ -92,6 +91,12 @@ make %{?_smp_mflags} check %{_mandir}/man1/* %changelog +* Tue Feb 28 2023 gaihuiying - 1.47.0-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete *.a file + * Wed Aug 31 2022 xingwei - 1.47.0-2 - Type:bugfix - ID:NA -- Gitee