diff --git a/libxklavier.spec b/libxklavier.spec index a57b6a4..6bbdd18 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -1,6 +1,6 @@ Name: libxklavier Version: 5.4 -Release: 21 +Release: 22 Summary: Library with X keyboard related functions License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Software/LibXklavier @@ -30,7 +30,7 @@ applications that require these. %autosetup -n %{name}-%{version} -p1 %build -%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}' +%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}' --disable-vala %make_build %check @@ -62,6 +62,9 @@ make check %{_datadir}/gtk-doc/* %changelog +* Tue Feb 28 2023 zhouwenpei - 5.4-22 +- disable vala to fix build error + * Tue Sep 6 2022 kouwenqi - 5.4-21 - Drop intltool requirement from autogen.sh