[kalzium] rebuild for OCaml 4.00.0 and update ocamlopt arch list

Kevin Kofler kkofler at fedoraproject.org
Sun Jun 10 22:02:04 UTC 2012


commit 0315b875f6d9f92b596dc823f872d9c8c023425a
Author: Kevin Kofler <kevin.kofler at chello.at>
Date:   Mon Jun 11 00:01:53 2012 +0200

    rebuild for OCaml 4.00.0 and update ocamlopt arch list

 kalzium.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/kalzium.spec b/kalzium.spec
index 6c37091..78af23f 100644
--- a/kalzium.spec
+++ b/kalzium.spec
@@ -1,9 +1,15 @@
 
 # The Kalzium solver needs OCaml with native compilation support (ocamlopt) and
 # ocaml-facile.
-%ifarch alpha %{arm} %{ix86} ia64 x86_64 ppc ppc64 sparc sparcv9
+%ifarch %{arm} %{ix86} x86_64 ppc ppc64 sparc sparcv9
 %define with_facile 1
 %endif
+%if 0%{?fedora} < 18
+# native compilation for alpha and ia64 dropped in Fedora 18
+%ifarch alpha ia64
+%define with_facile 1
+%endif
+%endif
 
 Name:    kalzium
 Summary: Periodic Table of Elements 
@@ -130,6 +136,7 @@ fi
 %changelog
 * Sat Jun 09 2012 Rex Dieter <rdieter at fedoraproject.org> - 4.8.90-1
 - 4.8.90
+- rebuild for OCaml 4.00.0 and update ocamlopt arch list
 
 * Fri Jun 01 2012 Jaroslav Reznik <jreznik at redhat.com> - 4.8.80-1
 - 4.8.80


More information about the scm-commits mailing list