Added 'Buildarch: noarch' to the help subpackage

This commit is contained in:
zhangwei 2024-08-20 15:57:26 +08:00
parent 3dc73fd3c5
commit 84ce42cdec

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.