From cba80be6e4ccafe65e4957a41b3fffedac9d2b83 Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Wed, 6 Apr 2022 11:26:05 +0800 Subject: [PATCH] enable tests --- libxklavier.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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