From 8893fbdd4e20c9f19258739e80a1f85d16136cbf Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:01:07 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 1.9.0-2mamba;Fri Jul 07 2023] --- ocaml-re.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ocaml-re.spec b/ocaml-re.spec index 4ec91a6..4d60d06 100644 --- a/ocaml-re.spec +++ b/ocaml-re.spec @@ -1,19 +1,22 @@ Name: ocaml-re Version: 1.9.0 -Release: 1mamba +Release: 2mamba Summary: Pure OCaml regular expressions, with support for Perl and POSIX-style strings Group: System/Libraries/OCaml Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/ocaml/ocaml-re -## GITSOURCE https://github.com/ocaml/ocaml-re.git 1.9.0 Source: https://github.com/ocaml/ocaml-re.git/%{version}/ocaml-re-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ocaml +BuildRequires: ocaml-runtime +BuildRequires: ocaml-seq-devel ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Pure OCaml regular expressions, with support for Perl and POSIX-style strings. @@ -28,6 +31,7 @@ Pure OCaml regular expressions, with support for Perl and POSIX-style strings. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" dune install \ --destdir=%{buildroot} \ + --prefix=%{_prefix} \ --libdir=%{_libdir}/ocaml rm -rf %{buildroot}%{_prefix}/doc @@ -41,5 +45,8 @@ rm -rf %{buildroot}%{_prefix}/doc %{_libdir}/ocaml/re/* %changelog +* Fri Jul 07 2023 Sdk Build System 1.9.0-2mamba +- rebuilt with ocaml 4.14.1 + * Sun May 05 2019 Silvan Calarco 1.9.0-1mamba - package created using the webbuild interface