2024-01-06 07:51:39 +01:00
|
|
|
Name: ocaml-cppo
|
2024-01-06 07:51:39 +01:00
|
|
|
Version: 1.6.9
|
2024-01-06 07:51:39 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 07:51:39 +01:00
|
|
|
Summary: C-style preprocessor for OCaml
|
|
|
|
Group: System/Libraries/OCaml
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/ocaml-community/cppo
|
|
|
|
Source: https://github.com/ocaml-community/cppo.git/v%{version}/cppo-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 07:51:39 +01:00
|
|
|
BuildRequires: ocaml
|
2024-01-06 07:51:39 +01:00
|
|
|
BuildRequires: ocaml-runtime
|
2024-01-06 07:51:39 +01:00
|
|
|
BuildRequires: ocamlbuild
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:51:39 +01:00
|
|
|
BuildRequires: ocamlbuild >= 0.14.2-2mamba
|
|
|
|
BuildRequires: ocaml >= 4.14.1
|
2024-01-06 07:51:39 +01:00
|
|
|
BuildRequires: dune
|
|
|
|
|
|
|
|
%description
|
|
|
|
C-style preprocessor for OCaml.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n cppo-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:51:39 +01:00
|
|
|
dune build
|
2024-01-06 07:51:39 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:51:39 +01:00
|
|
|
DESTDIR=%{buildroot} dune install --prefix "%{_prefix}" --libdir "%{_libdir}/ocaml"
|
2024-01-06 07:51:39 +01:00
|
|
|
|
2024-01-06 07:51:39 +01:00
|
|
|
rm -rf %{buildroot}/usr/doc
|
2024-01-06 07:51:39 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/cppo
|
|
|
|
%dir %{_libdir}/ocaml/cppo
|
|
|
|
%{_libdir}/ocaml/cppo/*
|
|
|
|
%dir %{_libdir}/ocaml/cppo_ocamlbuild
|
|
|
|
%{_libdir}/ocaml/cppo_ocamlbuild/*
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:51:39 +01:00
|
|
|
* Sun Jul 16 2023 Sdk Build System <sdk@mambasoft.it> 1.6.9-3mamba
|
|
|
|
- rebuilt with ocamlbuild 0.14.2
|
|
|
|
|
|
|
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.6.9-2mamba
|
|
|
|
- rebuilt with ocaml 4.14.1
|
|
|
|
|
2024-01-06 07:51:39 +01:00
|
|
|
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:51:39 +01:00
|
|
|
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.8-2mamba
|
|
|
|
- rebuilt with ocamlbuild 0.14.1
|
|
|
|
|
|
|
|
* Sat Oct 02 2021 Automatic Build System <autodist@mambasoft.it> 1.6.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:51:39 +01:00
|
|
|
* Sat Jan 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.7-1mamba
|
|
|
|
- package created using the webbuild interface
|