Add 'Buildarch: noarch' to the help subpackage

(cherry picked from commit e152b0547633290c821791afbd63851bea871833)
This commit is contained in:
yangchunc 2024-08-20 13:31:45 +08:00 committed by openeuler-sync-bot
parent ea1c3f5ed1
commit 92524c1933

View File

@ -1,6 +1,6 @@
Name: dyninst
License: LGPLv2+
Release: 4
Release: 5
Version: 11.0.1
Summary: An API for Run-time Code Generation
ExclusiveArch: x86_64 aarch64
@ -38,11 +38,7 @@ Requires: tbb-devel
%description devel
dyninst-devel includes the C header files and libraries.
%package help
Summary: Manual for using the Dyninst API
%description help
dyninst-doc contains API documentation for the Dyninst libraries.
%package_help
%prep
%setup -q -n %{name}-%{version} -c
@ -120,6 +116,9 @@ echo "%{_libdir}/dyninst" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%doc %{dyninst_base}/symtabAPI/doc/symtabAPI.pdf
%changelog
* Mon Aug 19 2024 Chunchun Yang <yangchunchun@cqsoftware.com.cn> - 11.0.1-5
- Replaced declaration of subpackage with the 'package_help' macro.
* Fri Dec 16 2022 Weifeng Su <suweifeng1@huawei.com> - 11.0.1-4
- remove useless testsuite in devel package