diff --git a/libXrandr.spec b/libXrandr.spec index 30d9ffe475a83be1346a447827f0626452fbb939..727b30460b21af387250dcf69f99a93ac0216dd5 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