disable static library

Signed-off-by: kerongw <wangkerong@h-partners.com>
This commit is contained in:
kerongw 2022-11-04 08:19:52 +00:00 committed by Gitee
parent 06b83b9399
commit fc5e44a1e8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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