Accepting request 777990 from devel:languages:ocaml

- Require current ocaml-rpm-macros
- Build conditionally with ocaml-alcotest

OBS-URL: https://build.opensuse.org/request/show/777990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-calendar?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-03-09 13:13:41 +00:00 committed by Git OBS Bridge
commit 917f5d8740
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de
- Require current ocaml-rpm-macros
- Build conditionally with ocaml-alcotest
-------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de

View File

@ -16,7 +16,7 @@
#
%bcond_with ocaml_do_dune_runtest
%bcond_with ocaml_alcotest
Name: ocaml-calendar
Version: 2.04
Release: 0
@ -28,10 +28,10 @@ Url: https://github.com/ocaml-community/calendar
Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20191101
BuildRequires: ocaml-rpm-macros >= 20200220
BuildRequires: ocamlfind(re)
BuildRequires: ocamlfind(unix)
%if %{with ocaml_do_dune_runtest}
%if %{with ocaml_alcotest}
BuildRequires: ocamlfind(alcotest)
%endif
@ -61,10 +61,9 @@ dune_release_pkgs='calendar'
%ocaml_dune_install
%ocaml_create_file_list
%if %{with ocaml_do_dune_runtest}
%check
dune_test_tolerate_fail='dune_test_tolerate_fail'
%ocaml_dune_test
%endif
%files -f %{name}.files