From 54246a372457fdcf3e4a0a3d4c83fbb928b23742 Mon Sep 17 00:00:00 2001 From: kerongw Date: Fri, 4 Nov 2022 07:50:12 +0000 Subject: [PATCH] disable static library Signed-off-by: kerongw (cherry picked from commit 94f168a73cb7a7dfe6128eaef849e2bc3a4f7a10) --- libXrandr.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index 30d9ffe..727b304 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,6 +1,6 @@ Name: libXrandr Version: 1.5.2 -Release: 2 +Release: 3 License: MIT Summary: X.Org X11 libXrandr runtime library URL: https://www.x.org @@ -28,7 +28,7 @@ The %{name}-devel package contains libraries and header files for %{name}. %build autoreconf -ivf -%configure +%configure --disable-static %make_build %install @@ -47,7 +47,6 @@ autoreconf -ivf %defattr(-,root,root) %{_includedir}/X11/extensions/*.h %{_libdir}/*.so -%{_libdir}/*.a %{_libdir}/pkgconfig/*.pc %files help @@ -55,6 +54,9 @@ autoreconf -ivf %{_mandir}/man3/*.3* %changelog +* Fri Nov 04 2022 wangkerong - 1.5.2-3 +- disable static library + * Wed Oct 26 2022 zhouwenpei - 1.5.2-2 - Rebuild for next release -- Gitee