move %{_pkgdocdir} to help subpackage

(cherry picked from commit 9f77ef5952a961896919f34acfd83225551ac51c)
This commit is contained in:
shixuantong 2021-07-22 23:15:08 +08:00 committed by openeuler-sync-bot
parent 5143b4df0f
commit 1c0f8c99cc

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