Accepting request 1056078 from devel:languages:ocaml

- Update to version 20220905
  use _multibuild for testsuite

OBS-URL: https://build.opensuse.org/request/show/1056078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-pyml?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-01-05 14:00:57 +00:00 committed by Git OBS Bridge
commit 43e8a23da5
6 changed files with 43 additions and 11 deletions

3
_multibuild Normal file
View File

@ -0,0 +1,3 @@
<multibuild>
<package>testsuite</package>
</multibuild>

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-pyml</param>
<param name="revision">c4bff7730364c4df8ca0213694e9bf512bd935fe</param>
<param name="revision">e33f4c49cc97e7bc6f8e5faaa64cce994470642e</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/thierry-martinez/pyml.git</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff2807c5b6c8c867b9ca24868bf31aa391d3c4486a534e726e4e14028c3b475c
size 72740

BIN
ocaml-pyml-20220905.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de
- Update to version 20220905
use _multibuild for testsuite
-------------------------------------------------------------------
Wed Jun 22 22:22:22 UTC 2022 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-pyml
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,28 +16,43 @@
#
Name: ocaml-pyml
Version: 20220615
%bcond_with ocaml_pyml_testsuite
%define build_flavor @BUILD_FLAVOR@%nil
%if "%build_flavor" == "testsuite"
%if %{without ocaml_pyml_testsuite}
ExclusiveArch: do-not-build
%endif
%define nsuffix -testsuite
%else
%define nsuffix %nil
%endif
%define pkg ocaml-pyml
Name: %pkg%nsuffix
Version: 20220905
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library
License: BSD-2-Clause
Group: Development/Languages/OCaml
URL: https://opam.ocaml.org/packages/pyml
Source0: %name-%version.tar.xz
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune >= 2.8
BuildRequires: ocaml-rpm-macros >= 20220409
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocamlfind(bigarray)
BuildRequires: ocamlfind(stdcompat)
BuildRequires: ocamlfind(unix)
# make check
%if "%build_flavor" == "testsuite"
BuildRequires: ocamlfind(pyml)
%if 0%{?suse_version} > 1315
BuildRequires: python3-numpy
%else
BuildRequires: python-numpy
%endif
BuildRequires: which
%endif
%description
Stdcompat is a compatibility layer allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml.
@ -53,22 +68,30 @@ The %name-devel package contains libraries and signature files for
developing applications that use %name.
%prep
%autosetup -p1
%autosetup -p1 -n %pkg-%version
%build
dune_release_pkgs='pyml'
%ocaml_dune_setup
%if "%build_flavor" == ""
%ocaml_dune_build
%endif
%install
%if "%build_flavor" == ""
%ocaml_dune_install
%ocaml_create_file_list
%endif
%if "%build_flavor" == "testsuite"
%check
%ocaml_dune_test
%endif
%if "%build_flavor" == ""
%files -f %name.files
%files devel -f %name.files.devel
%endif
%changelog