!39 [sync] PR-35: 【轻量级PR】用“%package_help”宏替换help子包声明

From: @openeuler-sync-bot 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
This commit is contained in:
openeuler-ci-bot 2024-09-13 07:02:43 +00:00 committed by Gitee
commit 6e6b8c7bed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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