From b5d654aaeb9f3eb5875df8567a643a140679bd1e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 29 Dec 2023 11:58:02 -0500 Subject: [PATCH] Make the -doc subpackage noarch --- python-wrapt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-wrapt.spec b/python-wrapt.spec index d9e9a19..599b09f 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -34,6 +34,8 @@ Summary: %{summary} %package doc Summary: Documentation for the wrapt module +BuildArch: noarch + BuildRequires: make BuildRequires: python3-sphinx-latex BuildRequires: latexmk