enable test

This commit is contained in:
zhangpan 2023-03-16 08:35:04 +00:00
parent 70e6f70cd8
commit 1d53d09a16

View File

@ -1,6 +1,6 @@
Name: libXvMC Name: libXvMC
Version: 1.0.13 Version: 1.0.13
Release: 1 Release: 2
Summary: X-Video Motion Compensation API Summary: X-Video Motion Compensation API
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
@ -32,6 +32,9 @@ autoreconf -vif
%configure %configure
%make_build %make_build
%check
make check
%install %install
%make_install %make_install
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11
@ -59,6 +62,9 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/X11/XvMCConfig
%doc README.md XvMC_API.txt %doc README.md XvMC_API.txt
%changelog %changelog
* Thu Mar 16 2023 zhangpan <zhangpan103@h-partners.com> - 1.0.13-2
- enable test
* Sun Jul 31 2022 tianlijing <tianlijing@kylinos.cn> - 1.0.13-1 * Sun Jul 31 2022 tianlijing <tianlijing@kylinos.cn> - 1.0.13-1
- update to 1.0.13 - update to 1.0.13