From 1ee98a00a9b6bc8a7f7fe61b4ed2302d2c54027c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 19 Jan 2020 16:00:26 +0000 Subject: [PATCH] Use dune instead of jbuilder. --- ocaml-camomile.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ocaml-camomile.spec b/ocaml-camomile.spec index 87b0f02..f87223d 100644 --- a/ocaml-camomile.spec +++ b/ocaml-camomile.spec @@ -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 - 1.0.2-5 - OCaml 4.10.0+beta1 rebuild. +- Use dune instead of jbuilder. * Fri Dec 06 2019 Richard W.M. Jones - 1.0.2-4 - OCaml 4.09.0 (final) rebuild.