enable test

(cherry picked from commit f489695faa774093d836b194074b09a3ba351c7e)
This commit is contained in:
zhangpan 2023-03-11 08:29:33 +00:00 committed by openeuler-sync-bot
parent ad5fa82cf7
commit 3da5071d2a

View File

@ -1,6 +1,6 @@
Name: libxklavier Name: libxklavier
Version: 5.4 Version: 5.4
Release: 19 Release: 20
Summary: Library with X keyboard related functions Summary: Library with X keyboard related functions
License: LGPLv2+ License: LGPLv2+
URL: https://www.freedesktop.org/wiki/Software/LibXklavier 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}' %configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}'
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
%delete_la_and_a %delete_la_and_a
@ -59,6 +62,9 @@ applications that require these.
%{_datadir}/gtk-doc/* %{_datadir}/gtk-doc/*
%changelog %changelog
* Sat Mar 11 2023 zhangpan <zhangpan103@h-partners.com> - 5.4-20
- enable test
* Tue Sep 6 2022 kouwenqi <kouwenqi@kylinos.cn> - 5.4-19 * Tue Sep 6 2022 kouwenqi <kouwenqi@kylinos.cn> - 5.4-19
- Drop intltool requirement from autogen.sh - Drop intltool requirement from autogen.sh