From 1a3906221151ba201f552b55340cc7e08ad203e7 Mon Sep 17 00:00:00 2001 From: kerongw Date: Mon, 7 Nov 2022 01:50:29 +0000 Subject: [PATCH] disable static library Signed-off-by: kerongw --- libX11.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libX11.spec b/libX11.spec index f7f06e1..6111ee5 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,6 +1,6 @@ Name: libX11 Version: 1.6.9 -Release: 5 +Release: 6 Summary: Core X11 protocol client library License: MIT URL: http://www.x.org @@ -37,7 +37,7 @@ The %{name}-devel package contains libraries and header files for %{name}. %build autoreconf -ivf -%configure --disable-silent-rules +%configure --disable-silent-rules --disable-static %make_build %install @@ -64,7 +64,6 @@ make %{?_smp_mflags} check %files devel %defattr(-,root,root) -%{_libdir}/*.a %{_libdir}/*.so %{_includedir}/X11/*.h %{_libdir}/pkgconfig/*.pc @@ -76,6 +75,9 @@ make %{?_smp_mflags} check %{_mandir}/*/* %changelog +* Fri Nov 04 2022 wangkerong - 1.6.9-6 +- disable static library + * Fri Jun 11 2021 zhanglin - 1.6.9-5 - Type:bugfix - Id:NA -- Gitee