Compare commits
6 Commits
0.2.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
b71d5ea1a0 | |||
7118d8d92a | |||
32e4171091 | |||
a4c3a09923 | |||
9c2fc4c6e8 | |||
1ae88176ca |
@ -1,32 +1,36 @@
|
||||
Name: ocaml-integers
|
||||
Version: 0.2.2
|
||||
Release: 1mamba
|
||||
Version: 0.7.0
|
||||
Release: 2mamba
|
||||
Summary: Various signed and unsigned integer types for OCaml
|
||||
Group: System/Libraries/OCaml
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/ocamllabs/ocaml-integers
|
||||
## GITSOURCE https://github.com/ocamllabs/ocaml-integers.git 0.3.0
|
||||
Source: https://github.com/ocamllabs/ocaml-integers.git/v%{version}/ocaml-integers-%{version}.tar.bz2
|
||||
URL: https://github.com/yallop/ocaml-integers
|
||||
Source: https://github.com/ocamllabs/ocaml-integers.git/%{version}/ocaml-integers-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: dune
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: dune
|
||||
BuildRequires: ocaml-findlib-devel >= 1.8.1-4mamba
|
||||
BuildRequires: ocamlbuild >= 0.14.0-4mamba
|
||||
BuildRequires: opam
|
||||
BuildRequires: ocaml-topkg
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: ocaml-topkg >= 1.0.3
|
||||
|
||||
%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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
dune build --profile release
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -34,8 +38,9 @@ opam-installer \
|
||||
--prefix=%{buildroot}%{_prefix} \
|
||||
--libdir=%{buildroot}$(ocamlc -where) \
|
||||
--docdir=%{buildroot}%{_docdir} \
|
||||
--stubsdir=%{buildroot}$(ocamlc -where)/stublibs
|
||||
|
||||
--stubsdir=%{buildroot}$(ocamlc -where)/stublibs \
|
||||
./_build/default/integers.install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -43,11 +48,35 @@ opam-installer \
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/ocaml/integers
|
||||
%{_libdir}/ocaml/integers/*
|
||||
%{_libdir}/ocaml/stublibs/dllintegers.so
|
||||
%{_libdir}/ocaml/stublibs/dllintegers_stubs.so
|
||||
%dir %{_datadir}/doc/integers
|
||||
%{_datadir}/doc/integers/*
|
||||
%doc LICENSE.md
|
||||
|
||||
%changelog
|
||||
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.7.0-2mamba
|
||||
- rebuilt with ocaml 4.14.1
|
||||
|
||||
* Fri Mar 25 2022 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 07 2022 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 09 2021 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- update to 0.4.0
|
||||
|
||||
* Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-2mamba
|
||||
- rebuilt with ocaml 4.09.0-4mamba
|
||||
|
||||
* Sun May 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Reference in New Issue
Block a user