2024-01-06 08:04:21 +01:00
|
|
|
%define ocamlpck unix-errno
|
|
|
|
Name: ocaml-unix-errno
|
2024-01-06 08:04:22 +01:00
|
|
|
Version: 0.6.2
|
|
|
|
Release: 1mamba
|
2024-01-06 08:04:21 +01:00
|
|
|
Summary: Unix errno types, maps, and support for OCaml
|
|
|
|
Group: System/Libraries/OCaml
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:04:21 +01:00
|
|
|
URL: https://github.com/xapi-project/ocaml-unix-errno
|
|
|
|
Source: https://github.com/xapi-project/ocaml-unix-errno.git/%{version}/ocaml-unix-errno-%{version}.tar.bz2
|
2024-01-06 08:04:21 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: ocaml
|
2024-01-06 08:04:21 +01:00
|
|
|
BuildRequires: ocaml-bigarray-compat-devel
|
2024-01-06 08:04:21 +01:00
|
|
|
BuildRequires: ocaml-ctypes-devel
|
|
|
|
BuildRequires: ocaml-integers
|
|
|
|
BuildRequires: ocaml-result
|
2024-01-06 08:04:22 +01:00
|
|
|
BuildRequires: ocaml-runtime
|
2024-01-06 08:04:21 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:04:22 +01:00
|
|
|
BuildRequires: ocaml >= 4.14.1
|
2024-01-06 08:04:21 +01:00
|
|
|
BuildRequires: ocaml-ctypes-devel >= 0.20.1
|
2024-01-06 08:04:21 +01:00
|
|
|
BuildRequires: dune
|
2024-01-06 08:04:21 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Unix errno types, maps, and support for OCaml.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 08:04:21 +01:00
|
|
|
# requires alcotest; skipping
|
|
|
|
rm -rf unix_test
|
2024-01-06 08:04:21 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 08:04:21 +01:00
|
|
|
dune build
|
2024-01-06 08:04:21 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 08:04:22 +01:00
|
|
|
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml"
|
2024-01-06 08:04:21 +01:00
|
|
|
|
2024-01-06 08:04:21 +01:00
|
|
|
rm -rf %{buildroot}/usr/doc
|
2024-01-06 08:04:21 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.mli
|
|
|
|
%{_libdir}/ocaml/stublibs/*.so*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 08:04:21 +01:00
|
|
|
%{_bindir}/errno-map
|
2024-01-06 08:04:21 +01:00
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
|
|
|
%doc CHANGES README.md
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:04:22 +01:00
|
|
|
* Fri Jul 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba
|
|
|
|
- update to 0.6.2
|
|
|
|
|
|
|
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.6.1-4mamba
|
|
|
|
- rebuilt with ocaml 4.14.1
|
|
|
|
|
2024-01-06 08:04:21 +01:00
|
|
|
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-3mamba
|
|
|
|
- rebuilt with ocaml-ctypes 0.20.1
|
|
|
|
|
2024-01-06 08:04:21 +01:00
|
|
|
* Wed Feb 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-2mamba
|
|
|
|
- rebuilt with ocaml-ctypes-devel 0.20.0-2mamba
|
|
|
|
|
|
|
|
* Tue Feb 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-1mamba
|
|
|
|
- update to 0.6.1
|
|
|
|
|
2024-01-06 08:04:21 +01:00
|
|
|
* Sun Feb 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.2-1mamba
|
|
|
|
- package created using the webbuild interface
|