From fc5e44a1e802dda672bb75b9cd1afa53f4936756 Mon Sep 17 00:00:00 2001 From: kerongw Date: Fri, 4 Nov 2022 08:19:52 +0000 Subject: [PATCH] disable static library Signed-off-by: kerongw --- libXrender.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libXrender.spec b/libXrender.spec index 982a150..ec5531d 100644 --- a/libXrender.spec +++ b/libXrender.spec @@ -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 - 0.9.10-12 +- disable static library + * Wed Oct 26 2022 zhouwenpei - 0.9.10-11 - Rebuild for next release