diff --git a/libxklavier.spec b/libxklavier.spec index 2b34b8b..80d81df 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -1,6 +1,6 @@ Name: libxklavier Version: 5.4 -Release: 19 +Release: 20 Summary: Library with X keyboard related functions License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Software/LibXklavier @@ -31,6 +31,9 @@ applications that require these. %configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}' %make_build +%check +make check + %install %make_install %delete_la_and_a @@ -57,6 +60,9 @@ applications that require these. %{_datadir}/gtk-doc/* %changelog +* Wed Apr 6 2022 liuyumeng1 -5.4-20 +- enable tests + * Wed Jul 21 2021 yushaogui - 5.4-19 - delete a buildrequires for gdb