1
0

- Require current dune macros

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-fileutils?expand=0&rev=32
This commit is contained in:
Olaf Hering 2019-11-01 22:41:58 +00:00 committed by Git OBS Bridge
parent ab183df8ee
commit 7fdde35b05
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
- Require current dune macros
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 30 12:34:56 UTC 2019 - ohering@suse.de Mon Sep 30 12:34:56 UTC 2019 - ohering@suse.de

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -27,8 +27,9 @@ Url: https://github.com/gildor478/ocaml-fileutils
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-dune BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20190930 BuildRequires: ocaml-rpm-macros >= 20191101
BuildRequires: ocamlfind(bigarray) BuildRequires: ocamlfind(bytes)
BuildRequires: ocamlfind(oUnit)
BuildRequires: ocamlfind(stdlib-shims) BuildRequires: ocamlfind(stdlib-shims)
BuildRequires: ocamlfind(str) BuildRequires: ocamlfind(str)
BuildRequires: ocamlfind(unix) BuildRequires: ocamlfind(unix)
@ -56,6 +57,7 @@ developing applications that use %{name}.
%autosetup -p1 %autosetup -p1
%build %build
dune_release_pkgs='fileutils'
%ocaml_dune_setup %ocaml_dune_setup
%ocaml_dune_build %ocaml_dune_build
@ -64,10 +66,9 @@ developing applications that use %{name}.
%ocaml_create_file_list %ocaml_create_file_list
%check %check
%ocaml_dune_test || : make check failed %ocaml_dune_test
%files -f %{name}.files %files -f %{name}.files
%license LICENSE.txt
%doc README.md %doc README.md
%files devel -f %{name}.files.devel %files devel -f %{name}.files.devel