]> git.pld-linux.org Git - packages/coq.git/commitdiff
- filter out autodeps on private interfaces auto/th/coq-8.13.1-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Mar 2021 06:48:08 +0000 (08:48 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Mar 2021 06:48:08 +0000 (08:48 +0200)
- rel 2

coq.spec

index d42a39fe0f24554088b23bd5885daec9cc7910f2..60c1ab9028c5a9b3c74a6d2b1bc119854e4b128d 100644 (file)
--- 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
 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
 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)
 
 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,
 %description
 Coq is a proof assistant which:
  - allows to handle calculus assertions,
This page took 0.090858 seconds and 4 git commands to generate.