!9 [sync] PR-5: move %{_pkgdocdir} to help subpackage

From: @openeuler-sync-bot
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-07-23 02:58:03 +00:00 committed by Gitee
commit 8bed3c64c3

View File

@ -1,6 +1,6 @@
Name: hwloc Name: hwloc
Version: 1.11.9 Version: 1.11.9
Release: 3 Release: 4
Summary: Hardware locality utilities and libraries Summary: Hardware locality utilities and libraries
License: BSD License: BSD
URL: https://www.open-mpi.org/projects/hwloc/ URL: https://www.open-mpi.org/projects/hwloc/
@ -79,8 +79,6 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
%ldconfig_postun %ldconfig_postun
%files %files
%dir %{_pkgdocdir}/
%{_pkgdocdir}/*[^c]
%{_bindir}/%{name}* %{_bindir}/%{name}*
%{_bindir}/lstopo* %{_bindir}/lstopo*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
@ -105,7 +103,12 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
%files help %files help
%{_mandir}/man*/* %{_mandir}/man*/*
%dir %{_pkgdocdir}/
%{_pkgdocdir}/*[^c]
%changelog %changelog
* Thu Jul 22 2021 shixuantong <shixuantong@huawei.com> - 1.11.9-4
- move %{_pkgdocdir} to help subpackage
* Thu Nov 15 2019 chenzhenyu <chenzhenyu13@huawei.com> - 1.11.9-3 * Thu Nov 15 2019 chenzhenyu <chenzhenyu13@huawei.com> - 1.11.9-3
- Package init - Package init