diff --git a/libX11.spec b/libX11.spec index 1cf545b8ba94ad671a546deda1b3fdaa626d016f..9cf211ccb978a13933e424526b4c9dd0756299b1 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,6 +1,6 @@ Name: libX11 Version: 1.8.7 -Release: 1 +Release: 2 Summary: Core X11 protocol client library License: MIT URL: http://www.x.org @@ -36,9 +36,9 @@ The %{name}-devel package contains libraries and header files for %{name}. %build autoreconf -ivf %if 0%{?build_cross} == 1 -%configure --disable-silent-rules --enable-malloc0returnsnull --disable-static +%configure --disable-silent-rules --enable-malloc0returnsnull %else -%configure --disable-silent-rules --disable-static +%configure --disable-silent-rules %endif %make_build @@ -66,6 +66,7 @@ make %{?_smp_mflags} check %files devel %defattr(-,root,root) +%{_libdir}/*.a %{_libdir}/*.so %{_includedir}/X11/*.h %{_libdir}/pkgconfig/*.pc @@ -77,6 +78,9 @@ make %{?_smp_mflags} check %{_mandir}/*/* %changelog +* Mon Feb 05 2024 zhouwenpei - 1.8.7-2 +- revent "disable static library" + * Wed Oct 04 2023 Funda Wang - 1.8.7-1 - update to 1.8.7 - merge sw64 patch