delete *.a file

(cherry picked from commit 7c76982a24792ae325c17d6994c4d191e30852e8)
This commit is contained in:
eaglegai 2023-02-28 03:25:44 +00:00 committed by openeuler-sync-bot
parent aa05e25b40
commit 74e7db55ff

View File

@ -1,6 +1,6 @@
Name: nghttp2
Version: 1.46.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 <eaglegai@163.com> - 1.46.0-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:delete *.a file
* Mon Aug 22 2022 seuzw <930zhaowei@163.com> - 1.46.0-2
- Type:bugfix
- ID:NA