diff --git a/llvm.spec b/llvm.spec index 6213c6e58e3273bf75f2c910d3c79bc2ea3c6bed..0babd338f2cfc3182e7beb0b7b67122a3bf2656c 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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 - 17.0.6-15 +- mv man to doc subpackage + * Mon Jul 22 2024 liyunfei - 17.0.6-14 - Prevent environment variables from exceeding NAME_MAX.