diff --git a/hwloc.spec b/hwloc.spec index 4f88f6bcabf30466ae077d731e2f9209c522bd46..8d1b3781ddce4a1a2227cba0fcc0e9f5bd468a4f 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,6 +1,6 @@ Name: hwloc Version: 1.11.9 -Release: 4 +Release: 5 Summary: Hardware locality utilities and libraries License: BSD URL: https://www.open-mpi.org/projects/hwloc/ @@ -25,11 +25,7 @@ Requires: %{name} = %{version}-%{release} %description devel Contains header files, development libraries and shared object symbolic links for hwloc. -%package help -Summary: Help files for hwloc - -%description help -Contains documents and manuals files for hwloc +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -107,6 +103,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %{_pkgdocdir}/*[^c] %changelog +* Tue Aug 20 2024 yangzhuolin - 1.11.9-5 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Jul 22 2021 shixuantong - 1.11.9-4 - move %{_pkgdocdir} to help subpackage