From 4768c916882649e8e3eeffbaa2aa6a8648c888fd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:48:57 +0100 Subject: [PATCH] workaround ocaml-runtime requiring ocaml-compiler-libs by moving needed files into ocaml-runtime [release 4.11.1-5mamba;Mon Apr 26 2021] --- ocaml.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 9b4a3fe..e824d5f 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -2,7 +2,7 @@ Name: ocaml Version: 4.11.1 -Release: 4mamba +Release: 5mamba Summary: The OCaml compiler and programming environment Group: Applications/Development Vendor: openmamba @@ -330,6 +330,10 @@ exit 0 %dir %{_libdir}/ocaml/threads %{_libdir}/ocaml/threads/*.cmi %{_libdir}/ocaml/threads/*.cma +%dir %{_libdir}/ocaml/compiler-libs +%{_libdir}/ocaml/compiler-libs/*.cmi +%{_libdir}/ocaml/compiler-libs/*.cmo +%{_libdir}/ocaml/compiler-libs/*.cma %{_mandir}/man1/ocamlrun.* %doc LICENSE @@ -341,11 +345,7 @@ exit 0 %files compiler-libs %defattr(-,root,root) -%dir %{_libdir}/ocaml/compiler-libs %{_libdir}/ocaml/compiler-libs/*.mli -%{_libdir}/ocaml/compiler-libs/*.cmo -%{_libdir}/ocaml/compiler-libs/*.cmi -%{_libdir}/ocaml/compiler-libs/*.cma %{_libdir}/ocaml/compiler-libs/*.cmt %{_libdir}/ocaml/compiler-libs/*.cmti %{_libdir}/ocaml/compiler-libs/*.a @@ -378,6 +378,9 @@ exit 0 #%doc refman.pdf htmlman %changelog +* Mon Apr 26 2021 Silvan Calarco 4.11.1-5mamba +- workaround ocaml-runtime requiring ocaml-compiler-libs by moving needed files into ocaml-runtime + * Sat Apr 24 2021 Silvan Calarco 4.11.1-4mamba - added subpackages ocaml-source and ocaml-compiler-libs