From e152b0547633290c821791afbd63851bea871833 Mon Sep 17 00:00:00 2001 From: yangchunc Date: Tue, 20 Aug 2024 13:31:45 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- dyninst.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dyninst.spec b/dyninst.spec index 120727a..db1d079 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -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 - 11.0.1-5 +- Replaced declaration of subpackage with the 'package_help' macro. + * Fri Dec 16 2022 Weifeng Su - 11.0.1-4 - remove useless testsuite in devel package -- Gitee