Name: ocaml-labltk Version: 8.06.12 Release: 1mamba Summary: An OCaml interface to the Tcl/Tk GUI framework Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/garrigue/labltk Source: https://github.com/garrigue/labltk.git/%{version}/labltk-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libtcl-devel BuildRequires: libtk-devel BuildRequires: ocaml BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END BuildRequires: ocaml >= 4.14.1 %description LablTk is an OCaml interface to the Tcl/Tk GUI framework. %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 -n labltk-%{version} %build ./configure \ -tkdefs "-fPIC" make all opt %install install -d -m 755 %{buildroot}%{_bindir} install -d -m 755 %{buildroot}%{_libdir}/ocaml/labltk install -d -m 755 %{buildroot}%{_libdir}/ocaml/stublibs make \ BINDIR=%{buildroot}%{_bindir} \ INSTALLDIR=%{buildroot}%{_libdir}/ocaml/labltk \ STUBLIBDIR=%{buildroot}%{_libdir}/ocaml/stublibs \ RANLIB=ranlib \ install rm -f %{buildroot}%{_libdir}/ocaml/labltk/*.ml ## Make and install a META file. #cat > %{buildroot}%{_libdir}/ocaml/labltk/META< 8.06.12-1mamba - update to 8.06.12 * Sun Jul 02 2023 Sdk Build System 8.06.9-2mamba - rebuilt with ocaml 4.14.1 * Thu Jan 21 2021 Silvan Calarco 8.06.9-1mamba - update to 8.06.9 * Sat Jan 04 2020 Silvan Calarco 8.06.7-1mamba - update to 8.06.7 * Fri Apr 26 2019 Silvan Calarco 8.06.5-1mamba - package created using the webbuild interface