]> git.pld-linux.org Git - packages/coq.git/blobdiff - coq.spec
- arm is a macro containing actual arm subarchs
[packages/coq.git] / coq.spec
index bc861b7911e448901be153ed61f523cf528d7b44..d42a39fe0f24554088b23bd5885daec9cc7910f2 100644 (file)
--- a/coq.spec
+++ b/coq.spec
@@ -1,12 +1,9 @@
 #
-# TODO:
-#      - package and R: Csdp (https://projects.coin-or.org/Csdp)
-#
 # Conditional build:
 %bcond_without ocaml_opt       # skip building native optimized binaries (bytecode is always built)
 %bcond_with    tests           # run testsuite (csdp dependant micromega tests fail badly on x86_64)
 #
-%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 %undefine      with_ocaml_opt
 %endif
 
@@ -47,6 +44,8 @@ BuildRequires:        texlive-psutils
 BuildRequires: texlive-xetex
 %requires_eq   ocaml-runtime
 Obsoletes:     coq-emacs < 8.13.1
+# same as ocaml-zarith
+ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.065268 seconds and 4 git commands to generate.