From 951ae9f6bfcde14881ae94c6bd4fa06d3c550b78 Mon Sep 17 00:00:00 2001 From: kerongw Date: Fri, 4 Nov 2022 08:29:33 +0000 Subject: [PATCH] disable static library Signed-off-by: kerongw --- libXdamage.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libXdamage.spec b/libXdamage.spec index 4854efc..9a8fe88 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -1,6 +1,6 @@ Name: libXdamage Version: 1.1.5 -Release: 2 +Release: 3 Summary: X Damage extension library License: MIT URL: https://www.x.org @@ -27,7 +27,7 @@ The %{name}-devel package contains libraries and header files for %{name}. %build autoreconf -ivf -%configure +%configure --disable-static %make_build %install @@ -47,13 +47,15 @@ autoreconf -ivf %{_includedir}/X11/extensions/*.h %{_libdir}/libXdamage.so %{_libdir}/pkgconfig/*.pc -%{_libdir}/*.a %files help %defattr(-,root,root) %doc README.md ChangeLog %changelog +* Fri Nov 04 2022 wangkerong - 1.1.5-3 +- disable static library + * Wed Oct 26 2022 zhouwenpei - 1.1.5-2 - Rebuild for next release