- Require current ocaml-rpm-macros

- Build conditionally with ocaml-alcotest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-calendar?expand=0&rev=22
This commit is contained in:
Olaf Hering 2020-02-21 13:40:18 +00:00 committed by Git OBS Bridge
parent 3a6786ea8a
commit 506e98cef0
2 changed files with 10 additions and 4 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 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 Name: ocaml-calendar
Version: 2.04 Version: 2.04
Release: 0 Release: 0
@ -28,10 +28,10 @@ Url: https://github.com/ocaml-community/calendar
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-dune BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20191101 BuildRequires: ocaml-rpm-macros >= 20200220
BuildRequires: ocamlfind(re) BuildRequires: ocamlfind(re)
BuildRequires: ocamlfind(unix) BuildRequires: ocamlfind(unix)
%if %{with ocaml_do_dune_runtest} %if %{with ocaml_alcotest}
BuildRequires: ocamlfind(alcotest) BuildRequires: ocamlfind(alcotest)
%endif %endif
@ -61,7 +61,7 @@ dune_release_pkgs='calendar'
%ocaml_dune_install %ocaml_dune_install
%ocaml_create_file_list %ocaml_create_file_list
%if %{with ocaml_do_dune_runtest} %if %{with ocaml_alcotest}
%check %check
%ocaml_dune_test %ocaml_dune_test
%endif %endif