# # spec file for package ocaml-findlib # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2011 Andrew Psaltis # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: ocaml-findlib Version: 1.8.1 Release: 0 %{?ocaml_preserve_bytecode} Summary: Objective CAML package manager and build helper License: MIT Group: Development/Languages/OCaml Url: http://projects.camlcity.org/projects/findlib.html Source0: findlib-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build # Requires: ocaml-compiler-libs Requires: ocaml-runtime # Provides: ocamlfind = %{version} BuildRequires: gawk BuildRequires: m4 BuildRequires: ncurses-devel BuildRequires: ocaml BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-ocamlbuild BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-rpm-macros >= 20190930 %description Findlib is a library manager for Objective Caml. It provides a convention how to store libraries, and a file format ("META") to describe the properties of libraries. There is also a tool (ocamlfind) for interpreting the META files, so that it is very easy to use libraries in programs and scripts. %package devel Summary: Development files for ocaml-findlib Group: Development/Languages/OCaml Requires: %{name} = %{version} %description devel The ocaml-findlib-devel package contains libraries and signature files for developing applications that use ocaml-findlib. %package camlp4 Summary: Development files for ocaml-findlib Group: Development/Languages/OCaml Requires: ocaml-camlp4-devel %description camlp4 The ocaml-findlib-camlp4 contains signature files for developing applications that use camlp4 %prep %setup -q -n findlib-%{version} %build (cd tools/extract_args && make) tools/extract_args/extract_args -o src/findlib/ocaml_args.ml ocamlc ocamlcp ocamlmktop ocamlopt ocamldep ocamldoc ||: ./configure -config %{_libdir}/ocaml/ocamlfind.conf \ -bindir %{_bindir} \ -sitelib `ocamlc -where` \ -mandir %{_mandir} \ -with-toolbox make all %if 0%{?ocaml_native_compiler} make opt %endif rm doc/guide-html/TIMESTAMP %install make install prefix=%{buildroot} rm -rfv %{buildroot}%{_libdir}/ocaml/ocamlbuild %ocaml_create_file_list cp %{name}.files %{name}.files.prev # camlp4 support nee sed -i~ ' /\/camlp4/ { w %{name}.files.camlp4 d } /\/findlib/ { b } /\/num-top/ { b } w %{name}.files.x d ' %{name}.files.devel diff -u "$_"~ "$_" && exit 2 tee -a %{name}.files < %{name}.files.x %files -f %{name}.files %doc doc/README %license LICENSE %{_libdir}/ocaml/ocamlfind.conf %{_libdir}/ocaml/topfind %{_bindir}/* %{_mandir}/man?/* # %files devel -f %{name}.files.devel %doc doc/README doc/guide-html %{_libdir}/ocaml/*/Makefile.config %files camlp4 -f %{name}.files.camlp4 %changelog