From 3da5071d2a7bb45d1731c8fe17bf7076ae16e70b Mon Sep 17 00:00:00 2001 From: zhangpan Date: Sat, 11 Mar 2023 08:29:33 +0000 Subject: [PATCH] enable test (cherry picked from commit f489695faa774093d836b194074b09a3ba351c7e) --- libxklavier.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libxklavier.spec b/libxklavier.spec index 8b3fc4c..1ae4d8b 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 @@ -33,6 +33,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 @@ -59,6 +62,9 @@ applications that require these. %{_datadir}/gtk-doc/* %changelog +* Sat Mar 11 2023 zhangpan - 5.4-20 +- enable test + * Tue Sep 6 2022 kouwenqi - 5.4-19 - Drop intltool requirement from autogen.sh