From 8912eae296c14e77a1b9230ed5240b1c3555d1af Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Thu, 5 Sep 2024 09:38:15 +0800 Subject: [PATCH] mv man to doc subpackage --- llvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index fefe0e1..93c8adc 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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 - 17.0.6-12 +- mv man to doc subpackage + * Mon Jul 22 2024 liyunfei - 17.0.6-11 - Prevent environment variables from exceeding NAME_MAX. -- Gitee