!5 【轻量级 PR】:disable static library

From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2022-11-07 01:33:55 +00:00 committed by Gitee
commit 0e7a5fe325
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libXrender
Version: 0.9.10
Release: 11
Release: 12
License: MIT
Summary: X.Org X11 libXrender runtime library
URL: https://www.x.org
@ -25,7 +25,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%install
@ -45,7 +45,6 @@ autoreconf -ivf
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
@ -54,6 +53,9 @@ autoreconf -ivf
%doc doc/libXrender.txt
%changelog
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 0.9.10-12
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.9.10-11
- Rebuild for next release