diff --git a/llvm.spec b/llvm.spec index 56c43b1..11fa3a4 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1,8 +1,8 @@ %define gccver %(gcc -dumpversion) %define majver %(echo %version | cut -d. -f1-2) Name: llvm -Version: 13.0.1 -Release: 2mamba +Version: 14.0.3 +Release: 1mamba Summary: The Low Level Virtual Machine Group: Development/Languages Vendor: openmamba @@ -152,6 +152,7 @@ cmake \ -DLLVM_ENABLE_SPHINX=ON \ -DSPHINX_WARNINGS_AS_ERRORS=OFF \ -DLLVM_BUILD_EXTERNAL_COMPILER_RT=OFF \ + -DLLVM_INCLUDE_BENCHMARKS=OFF \ %ifarch x86_64 aarch64 -DLLVM_LIBDIR_SUFFIX="64" \ %endif @@ -257,6 +258,8 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo %defattr(-,root,root) %{_libdir}/ocaml/llvm/*.cma %{_libdir}/ocaml/llvm/*.cmi +%{_libdir}/ocaml/llvm/*.cmt +%{_libdir}/ocaml/llvm/*.cmti %{_libdir}/ocaml/llvm/*.mli %{_libdir}/ocaml/META.llvm* @@ -267,10 +270,17 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo %files ocaml-apidocs %defattr(-,root,root) -%dir %{_docdir}/llvm/ocaml-html -%{_docdir}/llvm/ocaml-html/* +%dir %{_datadir}/doc/LLVM/llvm/ocaml-html +%{_datadir}/doc/LLVM/llvm/ocaml-html/* + %changelog +* Fri Apr 29 2022 Automatic Build System 14.0.3-1mamba +- automatic version update by autodist + +* Thu Apr 28 2022 Automatic Build System 14.0.2-1mamba +- automatic version update by autodist + * Wed Feb 09 2022 Silvan Calarco 13.0.1-2mamba - rebuilt with ocaml-ctypes 0.20.0-2mamba and ocaml-integers 0.6.0