- Require ocamlfind(dune-configurator)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-graphics?expand=0&rev=12
This commit is contained in:
Olaf Hering 2022-04-09 19:51:41 +00:00 committed by Git OBS Bridge
parent 0a22072e6c
commit 9410aa9994
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 9 12:34:56 UTC 2022 - ohering@suse.de
- Require ocamlfind(dune-configurator)
-------------------------------------------------------------------
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-graphics
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,8 +26,9 @@ Group: Development/Languages/OCaml
Url: https://github.com/ocaml/graphics
Source: %name-%version.tar.xz
BuildRequires: ocaml(ocaml_base_version) >= 4.09
BuildRequires: ocaml-rpm-macros >= 20210911
BuildRequires: ocamlfind(dune)
BuildRequires: ocaml-dune >= 2.1
BuildRequires: ocaml-rpm-macros >= 20220409
BuildRequires: ocamlfind(dune-configurator)
BuildRequires: pkgconfig(x11)
%description