diff --git a/ocaml-rpm-macros.changes b/ocaml-rpm-macros.changes index e944d4e..c2d5498 100644 --- a/ocaml-rpm-macros.changes +++ b/ocaml-rpm-macros.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 22:22:22 UTC 2022 - ohering@suse.de + +- remove usage of external-lib-deps for dune3 + ------------------------------------------------------------------- Wed Oct 27 07:31:27 UTC 2021 - ohering@suse.de diff --git a/ocaml-rpm-macros.spec b/ocaml-rpm-macros.spec index 864add7..ab485a8 100644 --- a/ocaml-rpm-macros.spec +++ b/ocaml-rpm-macros.spec @@ -17,7 +17,7 @@ Name: ocaml-rpm-macros -Version: 20211027 +Version: 20220222 Release: 0 Summary: RPM macros for building OCaml source packages License: GPL-2.0-only @@ -460,19 +460,6 @@ ocaml setup.ml -configure \\\ dune_for_release="--for-release-of-packages=${dune_release_pkgs}" ; \ fi ; \ dune installed-libraries $OCAML_DUNE_INSTALLED_LIBRARIES_ARGS ; \ - dune external-lib-deps \\\ - ${dune_for_release} \\\ - '@install' \\\ - $OCAML_DUNE_EXTERNAL_LIB_DEPS_ARGS ; \ - dune external-lib-deps \\\ - ${dune_for_release} \\\ - '@runtest' \\\ - $OCAML_DUNE_EXTERNAL_LIB_DEPS_ARGS ; \ - dune external-lib-deps \\\ - ${dune_for_release} \\\ - '@install' '@runtest' \\\ - $OCAML_DUNE_EXTERNAL_LIB_DEPS_ARGS \\\ - | awk '/^-[[:blank:]]/{ printf "BuildRequires: ocamlfind(%%s)\\n", $2}' | sort -u ; \ %%{nil} %%ocaml_dune_build \ if test -z "${_smp_mflags}" ;\