From f61e759a71869401b6598ebef7c0316e846ce127 Mon Sep 17 00:00:00 2001 From: kerongw Date: Fri, 4 Nov 2022 08:23:31 +0000 Subject: [PATCH] disable static library Signed-off-by: kerongw --- libxshmfence.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libxshmfence.spec b/libxshmfence.spec index 1b11188..2239c0e 100644 --- a/libxshmfence.spec +++ b/libxshmfence.spec @@ -1,6 +1,6 @@ Name: libxshmfence Version: 1.3 -Release: 8 +Release: 9 Summary: X11 shared memory fences License: MIT 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 %check @@ -47,13 +47,15 @@ make check %{_includedir}/* %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so -%{_libdir}/*.a %files help %defattr(-,root,root) %doc README ChangeLog %changelog +* Fri Nov 04 2022 wangkerong - 1.3-9 +- disable static library + * Wed Oct 26 2022 zhouwenpei - 1.3-8 - Rebuild for next release