!141 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 13:24:30 +00:00 committed by Gitee
commit 44070ef566
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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