From a80eeaf35a6c05f184e9d7949d2eeb9e6646341c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 15 Apr 2014 13:43:29 -0400 Subject: [PATCH] Fix s390x builds (no native compiler). --- ocaml.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 38e82c8..312839c 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -20,7 +20,7 @@ Name: ocaml Version: 4.01.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: OCaml compiler and programming environment @@ -399,8 +399,8 @@ fi %if %{native_compiler} %{_bindir}/ocamlopt %{_bindir}/ocamlopt.opt -%{_bindir}/ocamloptp %endif +%{_bindir}/ocamloptp #%{_bindir}/ocamlplugininfo %{_bindir}/ocamlprof %{_bindir}/ocamlyacc @@ -546,9 +546,7 @@ fi %files docs %doc refman.pdf htmlman %{_infodir}/* -%if %{native_compiler} %{_mandir}/man3/* -%endif %files emacs @@ -576,6 +574,9 @@ fi %changelog +* Tue Apr 15 2014 Richard W.M. Jones - 4.01.0-15 +- Fix s390x builds (no native compiler). + * Tue Apr 15 2014 Richard W.M. Jones - 4.01.0-14 - Remove ExclusiveArch. - Add ocaml-srpm-macros subpackage containing arch macros.