Accepting request 984131 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/984131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-findlib?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-06-21 14:32:59 +00:00 committed by Git OBS Bridge
commit 8d8ee75340
5 changed files with 22 additions and 19 deletions

View File

@ -1,14 +1,13 @@
<services>
<!-- Currently only the release tarball contains the built man pages,
generating them from source requires tools not available on OBS
-->
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/ocaml/ocamlfind.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">findlib-(.*)</param>
<param name="revision">6c8438c13b68e5cbc48ea558906046e38a7f8d72</param>
<param name="filename">ocaml-findlib</param>
<param name="revision">19b0334c467f97328d5005511c34ac9c36235efe</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml/ocamlfind.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">findlib-([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

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

BIN
ocaml-findlib-1.9.5.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 13 13:13:13 UTC 2022 - ohering@suse.de
- Update to version 1.9.5
Fix an incomaptibility with ocaml-5.0
-------------------------------------------------------------------
Tue Apr 26 13:12:14 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -18,15 +18,14 @@
Name: ocaml-findlib
Version: 1.9.3
Version: 1.9.5
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Objective CAML package manager and build helper
License: MIT
Group: Development/Languages/OCaml
URL: https://github.com/ocaml/ocamlfind
#SourceURL: http://download.camlcity.org/download/findlib-%version.tar.gz
Source0: findlib-%version.tar.xz
Source0: %name-%version.tar.xz
#
Requires: ocaml-compiler-libs
Requires: ocaml-runtime
@ -34,9 +33,9 @@ Requires: ocaml-runtime
Provides: ocamlfind = %version
BuildRequires: ocaml
BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-rpm-macros >= 20220222
BuildRequires: ocaml-rpm-macros >= 20220409
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %_tmppath/%name-%version-build
%description
Findlib is a library manager for Objective Caml. It provides a
@ -57,7 +56,7 @@ The ocaml-findlib-devel package contains libraries and signature files
for developing applications that use ocaml-findlib.
%prep
%setup -q -n findlib-%version
%setup -q
%build
rm -rfv site-lib-src
@ -72,7 +71,7 @@ make all
make opt
%install
make install prefix=%buildroot
%make_install
rm -rfv %buildroot%ocaml_standard_library/ocamlbuild
rm -rfv %buildroot%ocaml_standard_library/findlib/Makefile.packages
%ocaml_create_file_list
@ -82,7 +81,6 @@ rm -rfv %buildroot%ocaml_standard_library/findlib/Makefile.packages
%ocaml_standard_library/ocamlfind.conf
%ocaml_standard_library/topfind
%_bindir/*
%_mandir/man?/*
#
%files devel -f %name.files.devel