From 67d24dc5e6e1a3a38cd4188fccaffe9f75ff6c75 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Feb 16 2020 16:19:43 +0000 Subject: Attempt to fix the doc noarch issue --- diff --git a/stdair.spec b/stdair.spec index 779bece..686b140 100644 --- a/stdair.spec +++ b/stdair.spec @@ -40,9 +40,6 @@ Summary: Header files, libraries and development helper tools for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig -# The cmake files have Python version backed in them -Requires: (python(abi) = %{python3_version} if python3-devel) - %description devel This package contains the header files, shared libraries and development helper tools for %{name}. If you would like to develop @@ -55,6 +52,9 @@ BuildRequires: tex(latex) BuildRequires: doxygen BuildRequires: ghostscript +# List the arches that the dependent package builds on below +ExclusiveArch: aarch64 ppc64le x86_64 noarch + %description doc This package contains HTML pages, as well as a PDF reference manual, for %{name}. All that documentation is generated thanks to Doxygen