From 0b4c56825cedbb86da6a91b62c13b11928a3f03f Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Sat, 25 Feb 2023 03:15:29 +0000 Subject: [PATCH] disable static library --- libXxf86vm.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 7eee624..e8b9487 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,6 +1,6 @@ Name: libXxf86vm Version: 1.1.5 -Release: 1 +Release: 2 Summary: Provide an extension library for the XFree86-VidModeExtension License: MIT URL: https://www.x.org @@ -28,7 +28,7 @@ Provide static library, headers and test examples for libXxf86vm. %build autoreconf -ivf -%configure +%configure --disable-static %make_build %install @@ -48,7 +48,6 @@ autoreconf -ivf %{_includedir}/X11/extensions/*.h %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc -%{_libdir}/libXxf86vm.a %files help %defattr(-,root,root) @@ -56,6 +55,9 @@ autoreconf -ivf %{_mandir}/man3/*.3.gz %changelog +* Sat Feb 25 2023 zhouwenpei - 1.1.5-2 +- disable static library + * Thu Nov 03 2022 zhouwenpei - 1.1.5-1 - update 1.1.5