add check in spec and rebuild libXext

(cherry picked from commit 9f1d7cfddc9544f8c4d04a0405b737d43492525b)
This commit is contained in:
jzm369 2021-02-09 17:16:03 +08:00 committed by openeuler-sync-bot
parent f9266af833
commit 7083ba9984

View File

@ -1,6 +1,6 @@
Name: libXext Name: libXext
Version: 1.3.4 Version: 1.3.4
Release: 2 Release: 4
Summary: Common extensions to the X11 protocol Summary: Common extensions to the X11 protocol
License: MIT License: MIT
URL: https://xorg.freedesktop.org/ URL: https://xorg.freedesktop.org/
@ -32,6 +32,9 @@ autoreconf -v --install --force
%configure %configure
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
%delete_la %delete_la
@ -57,6 +60,12 @@ autoreconf -v --install --force
%exclude %{_docdir}/libXext %exclude %{_docdir}/libXext
%changelog %changelog
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-4
- rebuild libXext
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-3
- add check in spec
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-2 * Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-2
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA