98 lines
2.8 KiB
RPMSpec
98 lines
2.8 KiB
RPMSpec
%define ocamlpck posix
|
|
|
|
Name: ocaml-posix
|
|
Version: 2.0.2
|
|
Release: 1mamba
|
|
Summary: Bindings to the various POSIX APIs
|
|
Group: System/Libraries/OCaml
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.liquidsoap.info/ocaml-posix/
|
|
Source: https://github.com/savonet/ocaml-posix.git/v%{version}/ocaml-posix-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: ocaml
|
|
BuildRequires: ocaml-bigarray-compat-devel
|
|
BuildRequires: ocaml-ctypes-devel
|
|
BuildRequires: ocaml-integers
|
|
BuildRequires: ocaml-result
|
|
BuildRequires: ocaml-runtime
|
|
BuildRequires: ocaml-unix-errno-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: ocaml >= 4.14.1
|
|
BuildRequires: dune
|
|
BuildRequires: ocaml-findlib
|
|
BuildRequires: ocaml-bigarray-compat-devel >= 1.1.0-2mamba
|
|
BuildRequires: ocaml-ctypes-devel >= 0.20.2
|
|
BuildRequires: ocaml-integers >= 0.7.0-2mamba
|
|
BuildRequires: ocaml-ounit-devel >= 2.2.7-1mamba
|
|
BuildRequires: ocaml-result >= 1.5-3mamba
|
|
BuildRequires: ocaml-unix-errno-devel >= 0.6.1-4mamba
|
|
BuildRequires: ocaml-process
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package devel
|
|
Group: Development/Libraries/OCaml
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and signature files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
dune build @install
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml"
|
|
|
|
rm -rf %{buildroot}/usr/doc
|
|
|
|
%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*
|
|
%doc LICENSE*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/ocaml/%{ocamlpck}-*/*.a
|
|
%{_libdir}/ocaml/%{ocamlpck}-*/*.cmx
|
|
%{_libdir}/ocaml/%{ocamlpck}-*/*.cmxa
|
|
%{_libdir}/ocaml/%{ocamlpck}-*/*.mli
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Fri Jul 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
|
- update to 2.0.2
|
|
|
|
* Thu Jul 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
|
|
- update to 2.0.1
|
|
- rebuilt with ocaml 4.14.1
|
|
|
|
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-3mamba
|
|
- rebuilt with ocaml-ctypes 0.20.1
|
|
|
|
* Wed Feb 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-2mamba
|
|
- rebuilt with ocaml-ctypes 0.20.0-2mamba
|
|
|
|
* Sun Feb 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
|
|
- package created using the webbuild interface
|