- 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:
parent
3a6786ea8a
commit
506e98cef0
@ -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
|
||||
|
||||
|
@ -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,7 +61,7 @@ dune_release_pkgs='calendar'
|
||||
%ocaml_dune_install
|
||||
%ocaml_create_file_list
|
||||
|
||||
%if %{with ocaml_do_dune_runtest}
|
||||
%if %{with ocaml_alcotest}
|
||||
%check
|
||||
%ocaml_dune_test
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user