workaround ocaml-runtime requiring ocaml-compiler-libs by moving needed files into ocaml-runtime [release 4.11.1-5mamba;Mon Apr 26 2021]
This commit is contained in:
parent
19da6be38c
commit
4768c91688
13
ocaml.spec
13
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 <silvan.calarco@mambasoft.it> 4.11.1-5mamba
|
||||
- workaround ocaml-runtime requiring ocaml-compiler-libs by moving needed files into ocaml-runtime
|
||||
|
||||
* Sat Apr 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-4mamba
|
||||
- added subpackages ocaml-source and ocaml-compiler-libs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user