!23 delete *.a file

From: @eaglegai 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2023-03-01 06:29:16 +00:00 committed by Gitee
commit 5c3a744bda
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: nghttp2 Name: nghttp2
Version: 1.47.0 Version: 1.47.0
Release: 2 Release: 3
Summary: Contains the HTTP/2 client, server and proxy programs. Summary: Contains the HTTP/2 client, server and proxy programs.
License: MIT License: MIT
URL: https://nghttp2.org/ URL: https://nghttp2.org/
@ -42,7 +42,7 @@ sed -e '1 s|^#!/.*python|&3|' -i script/fetch-ocsp-response
%build %build
autoreconf autoreconf
%configure PYTHON=%{__python3} --disable-hpack-tools --disable-python-bindings\ %configure PYTHON=%{__python3} --disable-hpack-tools --disable-python-bindings\
--without-libxml2 --without-spdylay --without-libxml2 --without-spdylay --disable-static
%disable_rpath %disable_rpath
%make_build V=1 %make_build V=1
@ -84,7 +84,6 @@ make %{?_smp_mflags} check
%doc README.rst %doc README.rst
%{_includedir}/nghttp2 %{_includedir}/nghttp2
%{_libdir}/libnghttp2.so %{_libdir}/libnghttp2.so
%{_libdir}/libnghttp2.a
%{_libdir}/pkgconfig/libnghttp2.pc %{_libdir}/pkgconfig/libnghttp2.pc
%files help %files help
@ -92,6 +91,12 @@ make %{?_smp_mflags} check
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Tue Feb 28 2023 gaihuiying <eaglegai@163.com> - 1.47.0-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:delete *.a file
* Wed Aug 31 2022 xingwei <xingwei14@h-partners.com> - 1.47.0-2 * Wed Aug 31 2022 xingwei <xingwei14@h-partners.com> - 1.47.0-2
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA