]> git.pld-linux.org Git - packages/coq.git/commitdiff
- arm is a macro containing actual arm subarchs auto/th/coq-8.13.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Mar 2021 19:45:42 +0000 (21:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Mar 2021 19:45:42 +0000 (21:45 +0200)
coq.spec

index e648023b56a18e3463c88aaf7f2ecb367ca2c5df..d42a39fe0f24554088b23bd5885daec9cc7910f2 100644 (file)
--- a/coq.spec
+++ b/coq.spec
@@ -3,7 +3,7 @@
 %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)
 #
 %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
 
 %undefine      with_ocaml_opt
 %endif
 
@@ -45,7 +45,7 @@ BuildRequires:        texlive-xetex
 %requires_eq   ocaml-runtime
 Obsoletes:     coq-emacs < 8.13.1
 # same as ocaml-zarith
 %requires_eq   ocaml-runtime
 Obsoletes:     coq-emacs < 8.13.1
 # same as ocaml-zarith
-ExclusiveArch: %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
+ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.077956 seconds and 4 git commands to generate.