Name: ocamlbuild Version: 0.14.0 Release: 2mamba Summary: A generic build tool, that has built-in rules for building OCaml library and programs Group: Development/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/ocaml/ocamlbuild ## GITSOURCE https://github.com/ocaml/ocamlbuild.git 0.14.0 Source: https://github.com/ocaml/ocamlbuild.git/%{version}/ocamlbuild-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRequires: ocaml >= 4.07.1 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description OCamlbuild is a generic build tool, that has built-in rules for building OCaml library and programs. %debug_package %prep %setup -q %build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall CHECK_IF_PREINSTALLED=false BINDIR=%{_bindir} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/ocamlbuild %{_bindir}/ocamlbuild.byte %{_bindir}/ocamlbuild.native %dir %{_libdir}/ocaml/ocamlbuild %{_libdir}/ocaml/ocamlbuild/* %{_mandir}/man1/ocamlbuild.1* %doc LICENSE %changelog * Thu May 09 2019 Silvan Calarco 0.14.0-2mamba - make sure build is against ocaml 4.07.1 * Sun Apr 21 2019 Silvan Calarco 0.14.0-1mamba - package created using the webbuild interface