From 4a7c23be40cddc10904913b58330136aa17335cc Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 27 Oct 2022 13:15:20 +0800 Subject: [PATCH] optimise spec file --- mesa-demos.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mesa-demos.spec b/mesa-demos.spec index f9526f7..640ea6d 100644 --- a/mesa-demos.spec +++ b/mesa-demos.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global gitdate 20220507 %global gitcommit d653042589b480fb57270c1c3f20787a9bf7b5d4 %global shortcommit %(c=%{gitcommit}; echo ${c:0:7}) @@ -92,6 +92,8 @@ install -m 0755 src/xdemos/glxinfo %{buildroot}%{_bindir} install -m 0755 src/egl/opengl/eglinfo %{buildroot}%{_bindir} install -m 0755 src/egl/opengles2/es2_info %{buildroot}%{_bindir} +%generate_compatibility_deps + %check %files @@ -99,9 +101,11 @@ install -m 0755 src/egl/opengles2/es2_info %{buildroot}%{_bindir} %{_datadir}/%{name}/ %files -n glx-utils +%dir %{abidir} %{_bindir}/glxinfo* %{_bindir}/glxgears %{_bindir}/xdriinfo +%{abidir}/glxinfo*-option.list %{_datadir}/man/man1/xdriinfo.1* %files -n egl-utils @@ -109,5 +113,8 @@ install -m 0755 src/egl/opengles2/es2_info %{buildroot}%{_bindir} %{_bindir}/es2_info %changelog +* Thu Oct 27 2022 mgb01105731 - 8.4.0-2.20220507git +- optimise spec file + * Mon May 09 2022 mgb01105731 - 8.4.0-1.20220507git - Init from upstream version 8.4.0 -- Gitee