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:
commit
8d8ee75340
15
_service
15
_service
@ -1,14 +1,13 @@
|
|||||||
<services>
|
<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">
|
<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="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>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -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
BIN
ocaml-findlib-1.9.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Tue Apr 26 13:12:14 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -18,15 +18,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.9.3
|
Version: 1.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: Objective CAML package manager and build helper
|
Summary: Objective CAML package manager and build helper
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/OCaml
|
Group: Development/Languages/OCaml
|
||||||
URL: https://github.com/ocaml/ocamlfind
|
URL: https://github.com/ocaml/ocamlfind
|
||||||
#SourceURL: http://download.camlcity.org/download/findlib-%version.tar.gz
|
Source0: %name-%version.tar.xz
|
||||||
Source0: findlib-%version.tar.xz
|
|
||||||
#
|
#
|
||||||
Requires: ocaml-compiler-libs
|
Requires: ocaml-compiler-libs
|
||||||
Requires: ocaml-runtime
|
Requires: ocaml-runtime
|
||||||
@ -34,9 +33,9 @@ Requires: ocaml-runtime
|
|||||||
Provides: ocamlfind = %version
|
Provides: ocamlfind = %version
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
BuildRequires: ocaml-rpm-macros >= 20220409
|
||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %_tmppath/%name-%version-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Findlib is a library manager for Objective Caml. It provides a
|
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.
|
for developing applications that use ocaml-findlib.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n findlib-%version
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm -rfv site-lib-src
|
rm -rfv site-lib-src
|
||||||
@ -72,7 +71,7 @@ make all
|
|||||||
make opt
|
make opt
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install prefix=%buildroot
|
%make_install
|
||||||
rm -rfv %buildroot%ocaml_standard_library/ocamlbuild
|
rm -rfv %buildroot%ocaml_standard_library/ocamlbuild
|
||||||
rm -rfv %buildroot%ocaml_standard_library/findlib/Makefile.packages
|
rm -rfv %buildroot%ocaml_standard_library/findlib/Makefile.packages
|
||||||
%ocaml_create_file_list
|
%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/ocamlfind.conf
|
||||||
%ocaml_standard_library/topfind
|
%ocaml_standard_library/topfind
|
||||||
%_bindir/*
|
%_bindir/*
|
||||||
%_mandir/man?/*
|
|
||||||
#
|
#
|
||||||
|
|
||||||
%files devel -f %name.files.devel
|
%files devel -f %name.files.devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user