!13 【轻量级PR】: Added 'Buildarch: noarch'to the help subpackage

From: @nangong176281 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2025-02-21 08:42:28 +00:00 committed by Gitee
commit f2e7f7345a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: mesa-demos
Version: 8.3.0
Release: 14
Release: 15
Summary: Demo applications for testing Mesa
License: MIT
URL: http://www.mesa3d.org
@ -26,6 +26,7 @@ It also provides the glxinfo, glxgears, eglinfo and es2_info utilities.
%package help
Summary: Help package for %{name}
Buildarch: noarch
Requires: %{name} = %{version}-%{release}
%description help
@ -75,6 +76,9 @@ install -m755 src/xdemos/glxinfo %{buildroot}%{_bindir}/glxinfo%{?__isa_bits}
%{_datadir}/man/man1/xdriinfo.1*
%changelog
* Tue Aug 20 2024 Wei Zhang <zhangwei@cqsoftware.com.cn> - 8.3.0-15
- Added 'Buildarch: noarch' to the help subpackage
* Tue Oct 13 2020 chengguipeng <chengguipeng11@huawei.com> - 8.3.0-14
- BuildRequires:add libglvnd-devel, libXext-devel and remove mesa-libGLES-devel to solve compilation failture.