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
|
Name: ocaml
|
||||||
Version: 4.11.1
|
Version: 4.11.1
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Summary: The OCaml compiler and programming environment
|
Summary: The OCaml compiler and programming environment
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -330,6 +330,10 @@ exit 0
|
|||||||
%dir %{_libdir}/ocaml/threads
|
%dir %{_libdir}/ocaml/threads
|
||||||
%{_libdir}/ocaml/threads/*.cmi
|
%{_libdir}/ocaml/threads/*.cmi
|
||||||
%{_libdir}/ocaml/threads/*.cma
|
%{_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.*
|
%{_mandir}/man1/ocamlrun.*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
@ -341,11 +345,7 @@ exit 0
|
|||||||
|
|
||||||
%files compiler-libs
|
%files compiler-libs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/ocaml/compiler-libs
|
|
||||||
%{_libdir}/ocaml/compiler-libs/*.mli
|
%{_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/*.cmt
|
||||||
%{_libdir}/ocaml/compiler-libs/*.cmti
|
%{_libdir}/ocaml/compiler-libs/*.cmti
|
||||||
%{_libdir}/ocaml/compiler-libs/*.a
|
%{_libdir}/ocaml/compiler-libs/*.a
|
||||||
@ -378,6 +378,9 @@ exit 0
|
|||||||
#%doc refman.pdf htmlman
|
#%doc refman.pdf htmlman
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Apr 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-4mamba
|
||||||
- added subpackages ocaml-source and ocaml-compiler-libs
|
- added subpackages ocaml-source and ocaml-compiler-libs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user