Use dune instead of jbuilder.

This commit is contained in:
Richard W.M. Jones 2020-01-19 16:00:26 +00:00
parent 4c4305be34
commit 1ee98a00a9
1 changed files with 3 additions and 2 deletions

View File

@ -62,11 +62,11 @@ applications that use %{name}.
ulimit -Hs 65536
ulimit -Ss 65536
%endif
jbuilder build --verbose --profile release
dune build --verbose --profile release
%install
jbuilder install \
dune install \
--destdir=%{buildroot} \
--libdir=%{_libdir}/ocaml \
--verbose \
@ -117,6 +117,7 @@ cp _build/install/default/lib/camomile/library/*.mli %{buildroot}%{_libdir}/ocam
%changelog
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-5
- OCaml 4.10.0+beta1 rebuild.
- Use dune instead of jbuilder.
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-4
- OCaml 4.09.0 (final) rebuild.