rpms/kdeedu/F-8 kdeedu.spec,1.62,1.63

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Mar 22 06:34:58 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdeedu/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10242/F-8

Modified Files:
	kdeedu.spec 
Log Message:
* Sat Mar 22 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.9-2
- BR ocaml(compiler) and ocaml-facile-devel on F8 !ppc64 (for Kalzium)


Index: kdeedu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdeedu/F-8/kdeedu.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- kdeedu.spec	16 Feb 2008 03:09:38 -0000	1.62
+++ kdeedu.spec	22 Mar 2008 06:34:20 -0000	1.63
@@ -1,3 +1,15 @@
+# The Kalzium solver needs OCaml with native compilation support (ocamlopt) and
+# ocaml-facile.
+%if 0%{?fedora} > 8
+%ifarch alpha %{ix86} ia64 x86_64 ppc ppc64 sparc sparcv9
+%define with_facile 1
+%endif
+%endif
+%if 0%{?fedora} == 8
+%ifarch alpha %{ix86} ia64 x86_64 ppc sparc sparcv9
+%define with_facile 1
+%endif
+%endif
 
 %define debug 0
 %define final 1 
@@ -11,7 +23,7 @@
 Name:    kdeedu
 Summary: Educational/Edutainment applications
 Version: 3.5.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2
 Group:   Amusements/Games
@@ -35,6 +47,10 @@
 BuildRequires: kdelibs3-devel >= %{version}
 BuildRequires: python-devel python
 BuildRequires: boost-devel
+%if 0%{?with_facile}
+BuildRequires: ocaml(compiler)
+BuildRequires: ocaml-facile-devel
+%endif
 %if %{make_cvs}
 BuildRequires: automake libtool
 %endif
@@ -206,6 +222,9 @@
 
 
 %changelog
+* Sat Mar 22 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.9-2
+- BR ocaml(compiler) and ocaml-facile-devel on F8 !ppc64 (for Kalzium)
+
 * Fri Feb 15 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.5.9-1
 - kde.3.59
 




More information about the fedora-extras-commits mailing list