diff --git a/dyninst.spec b/dyninst.spec index 120727a1ad1ad7a64c58f7ebed72094de6f160d0..db1d0797bdd7090ad242c158f63ced4a4e5983e1 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