add check in spec and rebuild libXdmcp

(cherry picked from commit b55ed1d40b4a844044448461b933dd040f993cd2)
This commit is contained in:
jzm369 2021-02-09 17:14:14 +08:00 committed by openeuler-sync-bot
parent 4dc770c848
commit 12bebaeb51

View File

@ -1,6 +1,6 @@
Name: libXdmcp Name: libXdmcp
Version: 1.1.3 Version: 1.1.3
Release: 2 Release: 4
Summary: X Display Manager Control Protocol library Summary: X Display Manager Control Protocol library
License: MIT License: MIT
Url: https://xorg.freedesktop.org/ Url: https://xorg.freedesktop.org/
@ -33,6 +33,9 @@ autoreconf -ivf
%configure %configure
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
%delete_la %delete_la
@ -56,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%doc README.md ChangeLog %doc README.md ChangeLog
%changelog %changelog
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.1.3-4
- rebuild libXdmcp
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.1.3-3
- add check in spec
* Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2 * Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA