From 3809f5dfc68c51f316b94599708c8078b7c78fe8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 29 Mar 2021 08:48:08 +0200 Subject: [PATCH] - filter out autodeps on private interfaces - rel 2 --- coq.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coq.spec b/coq.spec index d42a39f..60c1ab9 100644 --- a/coq.spec +++ b/coq.spec @@ -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: 2 License: LGPL v2.1 Group: Applications/Math Source0: https://github.com/coq/coq/archive/V%{version}/%{name}-%{version}.tar.gz @@ -48,6 +48,9 @@ Obsoletes: coq-emacs < 8.13.1 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, -- 2.43.0