From 30aea166ba493de918d7bef00068ecbf1a6a9236 Mon Sep 17 00:00:00 2001 From: songliyang Date: Mon, 7 Jul 2025 11:43:59 +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 e84bc41..8da9281 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,6 +1,6 @@ Name: libvpx Version: 1.7.0 -Release: 13 +Release: 14 Summary: VP8/VP9 Video Codec SDK License: BSD Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz @@ -68,6 +68,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 @@ -99,6 +100,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 @@ -113,6 +115,9 @@ mv %{buildroot}%{_prefix}/src/vpx_scale %{buildroot}%{_includedir}/ %{_libdir}/libvpx.so %changelog +* Mon Jul 7 2025 songliyang - 1.7.0-14 +- Compliant with the FHS standard + * Thu May 29 2025 yaoxin <1024769339@qq.com> - 1.7.0-13 - Fix CVE-2025-5283 -- Gitee