Use dune instead of jbuilder.
This commit is contained in:
parent
4c4305be34
commit
1ee98a00a9
@ -62,11 +62,11 @@ applications that use %{name}.
|
|||||||
ulimit -Hs 65536
|
ulimit -Hs 65536
|
||||||
ulimit -Ss 65536
|
ulimit -Ss 65536
|
||||||
%endif
|
%endif
|
||||||
jbuilder build --verbose --profile release
|
dune build --verbose --profile release
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
jbuilder install \
|
dune install \
|
||||||
--destdir=%{buildroot} \
|
--destdir=%{buildroot} \
|
||||||
--libdir=%{_libdir}/ocaml \
|
--libdir=%{_libdir}/ocaml \
|
||||||
--verbose \
|
--verbose \
|
||||||
@ -117,6 +117,7 @@ cp _build/install/default/lib/camomile/library/*.mli %{buildroot}%{_libdir}/ocam
|
|||||||
%changelog
|
%changelog
|
||||||
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-5
|
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-5
|
||||||
- OCaml 4.10.0+beta1 rebuild.
|
- 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
|
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-4
|
||||||
- OCaml 4.09.0 (final) rebuild.
|
- OCaml 4.09.0 (final) rebuild.
|
||||||
|
Loading…
Reference in New Issue
Block a user