!142 mv man to doc subpackage

From: @hongjinghao 
Reviewed-by: @liyunfei33 
Signed-off-by: @liyunfei33
This commit is contained in:
openeuler-ci-bot 2024-09-06 06:24:20 +00:00 committed by Gitee
commit 8809b1ec53
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -38,7 +38,7 @@
Name: %{pkg_name} Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 11 Release: 12
Summary: The Low Level Virtual Machine Summary: The Low Level Virtual Machine
License: NCSA License: NCSA
@ -293,7 +293,6 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%files %files
%license LICENSE.TXT %license LICENSE.TXT
%{install_prefix}/share/man/man1/*
%{install_bindir}/* %{install_bindir}/*
%exclude %{install_bindir}/not %exclude %{install_bindir}/not
%exclude %{install_bindir}/count %exclude %{install_bindir}/count
@ -323,6 +322,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%files doc %files doc
%license LICENSE.TXT %license LICENSE.TXT
%doc %{install_docdir}/html %doc %{install_docdir}/html
%{install_prefix}/share/man/man1/*
%files static %files static
%license LICENSE.TXT %license LICENSE.TXT
@ -354,6 +354,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_includedir}/llvm-gmock %{install_includedir}/llvm-gmock
%changelog %changelog
* Thu Sep 5 2024 hongjinghao <hongjinghao@huawei.com> - 17.0.6-12
- mv man to doc subpackage
* Mon Jul 22 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-11 * Mon Jul 22 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-11
- Prevent environment variables from exceeding NAME_MAX. - Prevent environment variables from exceeding NAME_MAX.