]> git.pld-linux.org Git - packages/coq.git/blobdiff - coq.spec
Release 4 (by relup.sh)
[packages/coq.git] / coq.spec
index e648023b56a18e3463c88aaf7f2ecb367ca2c5df..5219986940343a151c892b5d94ead9bea4ab3729 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)
 #
-%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 %undefine      with_ocaml_opt
 %endif
 
@@ -11,7 +11,7 @@ Summary:      The Coq Proof Assistant
 Summary(pl.UTF-8):     Coq - narzędzie pomagające w udowadnianiu
 Name:          coq
 Version:       8.13.1
-Release:       1
+Release:       4
 License:       LGPL v2.1
 Group:         Applications/Math
 Source0:       https://github.com/coq/coq/archive/V%{version}/%{name}-%{version}.tar.gz
@@ -45,9 +45,12 @@ 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
+ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# Exclude private ocaml interfaces
+%define                _noautoreq      ocamlx?\\\((Configwin_types|Interface|Richpp|Serialize|Xml_p(arser|rinter)|Xmlprotocol)\\\)
+
 %description
 Coq is a proof assistant which:
  - allows to handle calculus assertions,
This page took 0.049934 seconds and 4 git commands to generate.