rebuilt with dune 3.12.2 [release 2.0.0-3mamba;Wed Jan 10 2024]
This commit is contained in:
parent
785612458c
commit
0b9e244158
@ -1,9 +0,0 @@
|
||||
--- Camomile-1.0.2/dune-project.orig 2022-02-03 20:07:43.598272294 +0100
|
||||
+++ Camomile-1.0.2/dune-project 2022-02-03 20:07:21.549390695 +0100
|
||||
@@ -1,5 +1,6 @@
|
||||
(lang dune 1.11)
|
||||
(name camomile)
|
||||
+(version 1.0.2)
|
||||
|
||||
(generate_opam_files true)
|
||||
(license "LGPL-2+ with OCaml linking exception")
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ocaml-camomile
|
||||
Version: 2.0.0
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: a Unicode library for objective caml language
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,18 +10,15 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/yoriyuki/Camomile
|
||||
Source: https://github.com/ocaml-community/Camomile.git/v%{version}/Camomile-%{version}.tar.bz2
|
||||
#Source: https://github.com/yoriyuki/Camomile.git/%{version}/Camomile-%{version}.tar.bz2
|
||||
Patch0: ocaml-camomile-1.0.2-add-version.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: dune
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-camlp-streams-devel
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: dune >= 3.12.2
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: dune
|
||||
BuildRequires: ocaml-findlib
|
||||
Requires: %{name}-data = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -50,7 +47,6 @@ This package contains libraries and signature files for developing applications
|
||||
|
||||
%prep
|
||||
%setup -q -n Camomile-%{version}
|
||||
#%patch 0 -p1
|
||||
|
||||
%build
|
||||
#find . -name "*.mli" -exec sed -i 's,Pervasives.in_channel,Stdlib.in_channel,g' {} +
|
||||
@ -105,6 +101,9 @@ rm -rf %{buildroot}/usr/doc
|
||||
%{_datadir}/camomile/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-3mamba
|
||||
- rebuilt with dune 3.12.2
|
||||
|
||||
* Sun Jul 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-2mamba
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user