%undefine _package_note_flags Name: ocaml-ocplib-endian Version: 1.2 Release: 5%{?dist} Summary: Functions to read/write int16/32/64 from strings, bigarrays %global libname ocplib-endian # License is LGPL 2.1 with standard OCaml exceptions License: LGPLv2+ with exceptions URL: https://github.com/OCamlPro/ocplib-endian Source0: https://github.com/OCamlPro/ocplib-endian/archive/%{version}/ocplib-endian-%{version}.tar.gz BuildRequires: ocaml >= 4.03.0 BuildRequires: ocaml-cppo >= 1.1.0 BuildRequires: ocaml-dune >= 1.0 %description Optimized functions to read and write int16/32/64 from strings, bytes and bigarrays, based on primitives added in version 4.01. The library implements three modules: - EndianString works directly on strings, and provides submodules BigEndian and LittleEndian, with their unsafe counterparts; - EndianBytes works directly on bytes, and provides submodules BigEndian and LittleEndian, with their unsafe counterparts; - EndianBigstring works on bigstrings (Bigarrays of chars), and provides submodules BigEndian and LittleEndian, with their unsafe counterparts. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and signature files for developing applications that use %{name}. %prep %autosetup -n %{libname}-%{version} %build dune build %{?_smp_mflags} --verbose --profile release %install dune install --destdir=%{buildroot} # We install the documentation with the doc macro rm -fr %{buildroot}%{_prefix}/doc # We do not want the ml files find %{buildroot}%{_libdir}/ocaml -name \*.ml -delete %check dune runtest --profile release %files %license COPYING.txt %doc README.md CHANGES.md %dir %{_libdir}/ocaml/%{libname}/ %dir %{_libdir}/ocaml/%{libname}/bigstring/ %{_libdir}/ocaml/%{libname}/META %{_libdir}/ocaml/%{libname}/*.cma %{_libdir}/ocaml/%{libname}/*.cmi %{_libdir}/ocaml/%{libname}/bigstring/*.cma %{_libdir}/ocaml/%{libname}/bigstring/*.cmi %ifarch %{ocaml_native_compiler} %{_libdir}/ocaml/%{libname}/*.cmxs %{_libdir}/ocaml/%{libname}/bigstring/*.cmxs %endif %files devel %ifarch %{ocaml_native_compiler} %{_libdir}/ocaml/%{libname}/*.a %{_libdir}/ocaml/%{libname}/*.cmxa %{_libdir}/ocaml/%{libname}/*.cmx %{_libdir}/ocaml/%{libname}/bigstring/*.a %{_libdir}/ocaml/%{libname}/bigstring/*.cmxa %{_libdir}/ocaml/%{libname}/bigstring/*.cmx %endif %{_libdir}/ocaml/%{libname}/*.mli %{_libdir}/ocaml/%{libname}/*.cmt %{_libdir}/ocaml/%{libname}/*.cmti %{_libdir}/ocaml/%{libname}/bigstring/*.mli %{_libdir}/ocaml/%{libname}/bigstring/*.cmt %{_libdir}/ocaml/%{libname}/bigstring/*.cmti %{_libdir}/ocaml/%{libname}/dune-package %{_libdir}/ocaml/%{libname}/opam %changelog * Fri Jul 22 2022 Fedora Release Engineering - 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jun 18 2022 Richard W.M. Jones - 1.2-4 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones - 1.2-3 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 10 2021 Jerry James - 1.2-1 - Version 1.2 - Build in release mode so that inlining works - Reenable the tests * Mon Oct 04 2021 Richard W.M. Jones - 1.1-7 - OCaml 4.13.1 build * Thu Jul 22 2021 Fedora Release Engineering - 1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jul 19 2021 Jerry James - 1.1-5 - Move META to the main package - Drop obsolete workaround for dune bug * Mon Mar 1 12:17:35 GMT 2021 Richard W.M. Jones - 1.1-5 - OCaml 4.12.0 build * Tue Jan 26 2021 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 01 2020 Richard W.M. Jones - 1.1-3 - OCaml 4.11.1 rebuild * Fri Aug 21 2020 Richard W.M. Jones - 1.1-2 - OCaml 4.11.0 rebuild * Wed Aug 19 2020 Jerry James - 1.1-1 - Version 1.1 * Sat Aug 01 2020 Fedora Release Engineering - 1.0-12 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon May 04 2020 Richard W.M. Jones - 1.0-10 - OCaml 4.11.0+dev2-2020-04-22 rebuild * Tue Apr 21 2020 Richard W.M. Jones - 1.0-9 - OCaml 4.11.0 pre-release attempt 2 * Fri Apr 03 2020 Richard W.M. Jones - 1.0-8 - Update all OCaml dependencies for RPM 4.16. * Wed Feb 26 2020 Richard W.M. Jones - 1.0-7 - OCaml 4.10.0 final. * Wed Jan 29 2020 Fedora Release Engineering - 1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Richard W.M. Jones - 1.0-5 - OCaml 4.10.0+beta1 rebuild. * Sun Jan 12 2020 Robert-André Mauchin - 1.0-4 - OCaml 4.09.0 (final) rebuild. * Mon Oct 14 2019 Ben Rosser - 1.0-3 - Disable tests on s390x for now. * Mon Oct 14 2019 Ben Rosser - 1.0-2 - Fix devel package Requires; switch to make_build macro. * Mon Oct 14 2019 Ben Rosser - 1.0-1 - Initial package.