rebuilt with recent rpm ocamldeps [release 0.4.0-2mamba;Thu Apr 22 2021]
This commit is contained in:
parent
9c2fc4c6e8
commit
a4c3a09923
@ -1,6 +1,6 @@
|
|||||||
Name: ocaml-integers
|
Name: ocaml-integers
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Various signed and unsigned integer types for OCaml
|
Summary: Various signed and unsigned integer types for OCaml
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,7 @@ Source: https://github.com/ocamllabs/ocaml-integers.git/%{version}/ocaml-
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-runtime
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
@ -20,7 +20,6 @@ BuildRequires: ocaml-findlib-devel >= 1.8.1-4mamba
|
|||||||
BuildRequires: ocamlbuild >= 0.14.0-4mamba
|
BuildRequires: ocamlbuild >= 0.14.0-4mamba
|
||||||
BuildRequires: opam
|
BuildRequires: opam
|
||||||
BuildRequires: ocaml-topkg >= 1.0.3
|
BuildRequires: ocaml-topkg >= 1.0.3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed and unsigned integer types, together with aliases such as `long` and `size_t` whose sizes depend on the host platform.
|
The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed and unsigned integer types, together with aliases such as `long` and `size_t` whose sizes depend on the host platform.
|
||||||
@ -55,6 +54,9 @@ opam-installer \
|
|||||||
%doc LICENSE.md
|
%doc LICENSE.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2mamba
|
||||||
|
- rebuilt with recent rpm ocamldeps
|
||||||
|
|
||||||
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
||||||
- update to 0.4.0
|
- update to 0.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user