diff --git a/libXvMC.spec b/libXvMC.spec index 6f30f3e..91bf936 100644 --- a/libXvMC.spec +++ b/libXvMC.spec @@ -1,6 +1,6 @@ Name: libXvMC Version: 1.0.13 -Release: 1 +Release: 2 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,9 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/X11/XvMCConfig %doc README.md XvMC_API.txt %changelog +* Thu Mar 16 2023 zhangpan - 1.0.13-2 +- enable test + * Sun Jul 31 2022 tianlijing - 1.0.13-1 - update to 1.0.13