!39 [sync] PR-35: 【轻量级PR】用“%package_help”宏替换help子包声明
From: @openeuler-sync-bot Reviewed-by: @SuperSix173 Signed-off-by: @SuperSix173
This commit is contained in:
commit
6e6b8c7bed
11
dyninst.spec
11
dyninst.spec
@ -1,6 +1,6 @@
|
|||||||
Name: dyninst
|
Name: dyninst
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Release: 4
|
Release: 5
|
||||||
Version: 11.0.1
|
Version: 11.0.1
|
||||||
Summary: An API for Run-time Code Generation
|
Summary: An API for Run-time Code Generation
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
@ -38,11 +38,7 @@ Requires: tbb-devel
|
|||||||
%description devel
|
%description devel
|
||||||
dyninst-devel includes the C header files and libraries.
|
dyninst-devel includes the C header files and libraries.
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: Manual for using the Dyninst API
|
|
||||||
|
|
||||||
%description help
|
|
||||||
dyninst-doc contains API documentation for the Dyninst libraries.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version} -c
|
%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
|
%doc %{dyninst_base}/symtabAPI/doc/symtabAPI.pdf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 16 2022 Weifeng Su <suweifeng1@huawei.com> - 11.0.1-4
|
||||||
- remove useless testsuite in devel package
|
- remove useless testsuite in devel package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user