Accepting request 746714 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/746714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-stdlib-shims?expand=0&rev=2
This commit is contained in:
commit
4388d124d9
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ecdc97bb7632ee886442654b7ef277ae6662e598b1221ae87dee226196c4cbc
|
||||
size 15632
|
||||
oid sha256:ef074807f626b616e935d705be416d81c57ba5318a9fbe113fdda6f92744d6bf
|
||||
size 10544
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
|
||||
|
||||
- Require current dune macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 06:50:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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,7 +27,7 @@ Url: https://github.com/ocaml/stdlib-shims
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-rpm-macros >= 20191004
|
||||
BuildRequires: ocaml-rpm-macros >= 20191101
|
||||
|
||||
%description
|
||||
Compiling against this library allows replacing uses of Pervasives
|
||||
@ -48,6 +48,7 @@ developing applications that use %{name}.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
dune_release_pkgs='stdlib-shims'
|
||||
%ocaml_dune_setup
|
||||
%ocaml_dune_build
|
||||
|
||||
@ -56,7 +57,7 @@ developing applications that use %{name}.
|
||||
%ocaml_create_file_list
|
||||
|
||||
%check
|
||||
%ocaml_dune_test || : make check failed
|
||||
%ocaml_dune_test
|
||||
|
||||
%files -f %{name}.files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user