enable check case

This commit is contained in:
z00507040 2020-02-12 17:55:48 +08:00
parent fed1a19588
commit 7865089e99

View File

@ -3,7 +3,7 @@
Name: xorg-x11-drv-libinput Name: xorg-x11-drv-libinput
Version: 0.28.0 Version: 0.28.0
Release: 4 Release: 5
Summary: Xorg X11 libinput input driver Summary: Xorg X11 libinput input driver
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
@ -40,6 +40,9 @@ autoreconf --force -v --install || exit 1
%configure --disable-silent-rules %configure --disable-silent-rules
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
@ -65,6 +68,12 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/
%{_mandir}/man4/libinput.4* %{_mandir}/man4/libinput.4*
%changelog %changelog
* Wed Feb 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.28.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:enable make check test case
* Thu Jan 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.28.0-4 * Thu Jan 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.28.0-4
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA