Sync from SUSE:SLFO:Main ocaml-stdcompat revision 3641274b90a3a3a2f07c5847d87e9b78
This commit is contained in:
commit
fd3e1d0d4f
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">ocaml-stdcompat</param>
|
||||
<param name="revision">56a7e25a1101b3d689a8bb23b7c47925e4981381</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/thierry-martinez/stdcompat.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
BIN
ocaml-stdcompat-19.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-stdcompat-19.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
1
ocaml-stdcompat-rpmlintrc
Normal file
1
ocaml-stdcompat-rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter("lto-no-text-in-archive")
|
33
ocaml-stdcompat.changes
Normal file
33
ocaml-stdcompat.changes
Normal file
@ -0,0 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de
|
||||
|
||||
- Upstream moved the v19 git tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 22:22:22 UTC 2022 - ohering@suse.de
|
||||
|
||||
- Update to version 19
|
||||
Support for OCaml 5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
||||
|
||||
- Update to version 18
|
||||
Support for OCaml 4.14.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 10 10:10:10 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Update to version 17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Update to version 16
|
||||
Support for OCaml 4.13.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Initial version 15
|
||||
|
64
ocaml-stdcompat.spec
Normal file
64
ocaml-stdcompat.spec
Normal file
@ -0,0 +1,64 @@
|
||||
#
|
||||
# spec file for package ocaml-stdcompat
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: ocaml-stdcompat
|
||||
Version: 19
|
||||
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/stdcompat
|
||||
Source0: %name-%version.tar.xz
|
||||
Source1: %name-rpmlintrc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bash
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune >= 2.0
|
||||
BuildRequires: ocaml-rpm-macros >= 20230101
|
||||
|
||||
%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.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %name
|
||||
Group: Development/Languages/OCaml
|
||||
Requires: %name = %version
|
||||
|
||||
%description devel
|
||||
The %name-devel package contains libraries and signature files for
|
||||
developing applications that use %name.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
dune_release_pkgs='stdcompat'
|
||||
%ocaml_dune_setup
|
||||
%ocaml_dune_build
|
||||
|
||||
%install
|
||||
%ocaml_dune_install
|
||||
%ocaml_create_file_list
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
%files devel -f %name.files.devel
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user