From 1c8d9d1ff34cc39757c58df8cf6e723cd2957c67 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 22 Jul 2015 16:34:38 +0100 Subject: [PATCH] Enable bytecode builds. --- ocaml-ocamlgraph.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ocaml-ocamlgraph.spec b/ocaml-ocamlgraph.spec index 683f085..212d9f7 100644 --- a/ocaml-ocamlgraph.spec +++ b/ocaml-ocamlgraph.spec @@ -6,7 +6,7 @@ Name: ocaml-ocamlgraph Version: 1.8.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml library for arc and node graphs License: LGPLv2 with exceptions @@ -91,8 +91,10 @@ make %{opt_option} make doc %check +%if %{opt} make --no-print-directory check >& test diff -u test ocamlgraph-test.result +%endif %install @@ -152,6 +154,9 @@ install -m 0755 -p view_graph/viewgraph.byte \ %changelog +* Wed Jul 22 2015 Richard W.M. Jones - 1.8.6-4 +- Enable bytecode builds. + * Wed Jun 24 2015 Richard W.M. Jones - 1.8.6-3 - ocaml-4.02.2 final rebuild.