update code

This commit is contained in:
zhuchunyi 2019-11-06 19:36:43 +08:00
parent 4b56e0b465
commit 6b855fbad7

View File

@ -1,6 +1,6 @@
Name: libXvMC Name: libXvMC
Version: 1.0.11 Version: 1.0.11
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
@ -43,7 +43,7 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/X11/XvMCConfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %license COPYING
%{_libdir}/*.so.* %{_libdir}/*.so.*
%ghost %config(missingok,noreplace) %verify (not md5 size mtime) %{_sysconfdir}/X11/XvMCConfig %ghost %config(missingok,noreplace) %verify (not md5 size mtime) %{_sysconfdir}/X11/XvMCConfig
@ -59,6 +59,11 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/X11/XvMCConfig
%doc README.md XvMC_API.txt %doc README.md XvMC_API.txt
%changelog %changelog
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.11-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Mon Sep 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.11-1 * Mon Sep 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.11-1
- Type: enhancement - Type: enhancement