From 0a21d80bd162a137411ae451a6fccf877695c6fe Mon Sep 17 00:00:00 2001 From: songliyang Date: Mon, 7 Jul 2025 13:34:32 +0800 Subject: [PATCH] Compliant with the FHS standard --- libvpx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libvpx.spec b/libvpx.spec index 91bbe0b..f6c1e2d 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,6 +1,6 @@ Name: libvpx Version: 1.13.1 -Release: 4 +Release: 5 Summary: VP8/VP9 Video Codec SDK License: BSD-3-Clause Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz @@ -75,6 +75,7 @@ if [ -d %{buildroot}/usr/docs ]; then fi cd %{buildroot} +mv usr/bin/tools/* usr/bin/ mv usr/bin/examples/* usr/bin/ mv usr/bin/postproc usr/bin/vp8_postproc mv usr/bin/simple_decoder usr/bin/vp8_simple_decoder @@ -106,6 +107,7 @@ mv %{buildroot}%{_prefix}/src/vpx_scale %{buildroot}%{_includedir}/ %exclude /usr/lib*/*.a %exclude /usr/CHANGELOG %exclude /usr/README +%exclude /usr/bin/tools %exclude /usr/bin/examples %exclude %{_prefix}/src @@ -120,6 +122,9 @@ mv %{buildroot}%{_prefix}/src/vpx_scale %{buildroot}%{_includedir}/ %{_libdir}/libvpx.so %changelog +* Mon Jul 7 2025 songliyang - 1.13.1-5 +- Compliant with the FHS standard + * Thu May 29 2025 yaoxin <1024769339@qq.com> - 1.13.1-4 - Fix CVE-2025-5283 -- Gitee