mv man to doc subpackage

This commit is contained in:
hongjinghao 2024-09-05 09:38:15 +08:00
parent 00f888acf1
commit 8912eae296

View File

@ -38,7 +38,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 11
Release: 12
Summary: The Low Level Virtual Machine
License: NCSA
@ -293,7 +293,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
@ -323,6 +322,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
@ -354,6 +354,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_includedir}/llvm-gmock
%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
- Prevent environment variables from exceeding NAME_MAX.