Sync from SUSE:SLFO:Main ocaml-curses revision 71bb41570e58d9482b003ea838d546f7
This commit is contained in:
commit
9b7bab1c06
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
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="filename">ocaml-curses</param>
|
||||||
|
<param name="revision">184b60f30e6fb20d443d8912ed916cb9a576ed6c</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="submodules">disable</param>
|
||||||
|
<param name="url">https://github.com/mbacarella/curses.git</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</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-curses-1.0.11.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-curses-1.0.11.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
84
ocaml-curses.changes
Normal file
84
ocaml-curses.changes
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 3 03:03:03 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.11
|
||||||
|
see included CHANGES.md for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 26 12:34:56 UTC 2021 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 10 10:10:10 UTC 2021 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.9
|
||||||
|
new upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
|
||||||
|
|
||||||
|
- Require current dune macros
|
||||||
|
- Update to version 1.0.4, via _service file
|
||||||
|
- Remove curses.const.patch
|
||||||
|
- Remove curses.getsyx.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 05:48:16 UTC 2019 - ohering@suse.de
|
||||||
|
|
||||||
|
- use macros from ocaml-rpm-macros
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 25 13:04:54 UTC 2017 - ohering@suse.de
|
||||||
|
|
||||||
|
- Use Group: Development/Languages/OCaml
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 17 12:48:58 UTC 2017 - ohering@suse.de
|
||||||
|
|
||||||
|
- Wrap specfile conditionals to fix quilt setup
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 17 10:48:58 UTC 2017 - ohering@suse.de
|
||||||
|
|
||||||
|
- Remove autodeps for pre openSUSE 12.1 releases
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 07:07:33 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Replace tabs with spaces in generated _oasis file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 10 08:23:44 UTC 2017 - ohering@suse.de
|
||||||
|
|
||||||
|
- use oasis instead of autotools to fix bytecode (bsc#1031359)
|
||||||
|
add curses.const.patch
|
||||||
|
add curses.getsyx.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 06:39:17 UTC 2016 - ohering@suse.de
|
||||||
|
|
||||||
|
- Fix build with ocaml-4.03 (fate#320836)
|
||||||
|
reenable all archs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 10 10:18:47 UTC 2015 - ohering@suse.de
|
||||||
|
|
||||||
|
- Add hardcoded Provides for pre 12.1 repos
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 22:27:34 UTC 2015 - mlatimer@suse.com
|
||||||
|
|
||||||
|
- Exclude s390x architecture
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 8 20:39:57 UTC 2014 - mlatimer@suse.com
|
||||||
|
|
||||||
|
- Update spec file to use ocaml-rpm-macros, remove
|
||||||
|
ExclusiveArch, and ensure bytecode is built
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 17:52:56 UTC 2014 - mlatimer@suse.com
|
||||||
|
|
||||||
|
- Initial commit using upstream version 1.0.3
|
||||||
|
|
69
ocaml-curses.spec
Normal file
69
ocaml-curses.spec
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
#
|
||||||
|
# spec file for package ocaml-curses
|
||||||
|
#
|
||||||
|
# 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-curses
|
||||||
|
Version: 1.0.11
|
||||||
|
Release: 0
|
||||||
|
%{?ocaml_preserve_bytecode}
|
||||||
|
Summary: OCaml bindings for ncurses
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: Development/Languages/OCaml
|
||||||
|
Url: https://opam.ocaml.org/packages/curses
|
||||||
|
Source0: %name-%version.tar.xz
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-dune >= 2.7
|
||||||
|
BuildRequires: ocaml-rpm-macros >= 20230101
|
||||||
|
BuildRequires: ocamlfind(dune.configurator)
|
||||||
|
BuildRequires: ocamlfind(unix)
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
|
%description
|
||||||
|
OCaml bindings for ncurses.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %name
|
||||||
|
Group: Development/Languages/OCaml
|
||||||
|
Requires: %name = %version
|
||||||
|
Requires: ncurses-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %name-devel package contains libraries and signature files for
|
||||||
|
developing applications that use %name.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
dune_release_pkgs='curses'
|
||||||
|
%ocaml_dune_setup
|
||||||
|
%ocaml_dune_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%ocaml_dune_install
|
||||||
|
%ocaml_create_file_list
|
||||||
|
|
||||||
|
%check
|
||||||
|
dune_test_tolerate_fail='dune_test_tolerate_fail'
|
||||||
|
%ocaml_dune_test
|
||||||
|
|
||||||
|
%files -f %name.files
|
||||||
|
|
||||||
|
%files devel -f %name.files.devel
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user