!5 [sync] PR-4: add check in spec and rebuild libXvMc

From: @openeuler-sync-bot
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-05-21 11:13:36 +08:00 committed by Gitee
commit 5ddb77156c

View File

@ -1,6 +1,6 @@
Name: libXvMC
Version: 1.0.11
Release: 2
Release: 4
Summary: X-Video Motion Compensation API
License: MIT
URL: https://www.x.org
@ -32,6 +32,9 @@ autoreconf -vif
%configure
%make_build
%check
make check
%install
%make_install
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11
@ -59,6 +62,12 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/X11/XvMCConfig
%doc README.md XvMC_API.txt
%changelog
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.0.11-4
- rebuild libXvMC
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.0.11-3
- add check in spec
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.11-2
- Type:bugfix
- Id:NA