rebuilt with ocaml 4.14.1 [release 1.9.0-2mamba;Fri Jul 07 2023]
This commit is contained in:
parent
78d6a297c0
commit
8893fbdd4e
@ -1,19 +1,22 @@
|
|||||||
Name: ocaml-re
|
Name: ocaml-re
|
||||||
Version: 1.9.0
|
Version: 1.9.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Pure OCaml regular expressions, with support for Perl and POSIX-style strings
|
Summary: Pure OCaml regular expressions, with support for Perl and POSIX-style strings
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/ocaml/ocaml-re
|
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
|
Source: https://github.com/ocaml/ocaml-re.git/%{version}/ocaml-re-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
|
BuildRequires: ocaml-seq-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pure OCaml regular expressions, with support for Perl and POSIX-style strings.
|
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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
dune install \
|
dune install \
|
||||||
--destdir=%{buildroot} \
|
--destdir=%{buildroot} \
|
||||||
|
--prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir}/ocaml
|
--libdir=%{_libdir}/ocaml
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_prefix}/doc
|
rm -rf %{buildroot}%{_prefix}/doc
|
||||||
@ -41,5 +45,8 @@ rm -rf %{buildroot}%{_prefix}/doc
|
|||||||
%{_libdir}/ocaml/re/*
|
%{_libdir}/ocaml/re/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 1.9.0-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sun May 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-1mamba
|
* Sun May 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user