!3 [sync] PR-2: add check in spec and rebuild libxkbfile

From: @openeuler-sync-bot
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-05-21 14:46:28 +08:00 committed by Gitee
commit 4198c2dd9a

View File

@ -1,6 +1,6 @@
Name: libxkbfile
Version: 1.1.0
Release: 2
Release: 4
Summary: X11 keyboard file manipulation library
License: MIT
URL: https://www.x.org
@ -27,6 +27,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure
%make_build
%check
make check
%install
%make_install
%delete_la_and_a
@ -46,6 +49,12 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%{_libdir}/%{name}.so
%changelog
* Thu Feb 18 2021 jinzhimin <jinzhimin2@huawei.com> - 1.1.0-4
- rebuild libxkbfile
* Thu Feb 18 2021 jinzhimin <jinzhimin2@huawei.com> - 1.1.0-3
- add check in spec
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.0-2
- Type:enhancement
- Id:NA