diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index f589323..8acd024 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -12,6 +12,7 @@ Summary: Objective CAML package manager and build helper License: MIT URL: http://projects.camlcity.org/projects/findlib.html +VCS: https://github.com/ocaml/ocamlfind Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz # Fix the toolbox build with OCaml 5.x @@ -62,6 +63,9 @@ sed -i 's/\${dynlink_subdir}/dynlink/' configure # Build an executable that is not damaged by stripping sed -i 's/\(custom=\)-custom/\1-output-complete-exe/' configure +# Skip broken test for ocamlopt -g +sed -i '/^ocamlopt -g/d' configure + %build ocamlc -version