add check in spec and rebuild libXvMc

(cherry picked from commit b59dbd9d5ba715957f73aff4c2ced102b3f7dd04)
This commit is contained in:
jzm369 2021-02-09 17:17:04 +08:00 committed by openeuler-sync-bot
parent 6b855fbad7
commit e36151034e

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