From 32f60c38e7ed67d0270077e0bb5f9dc639a54666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 7 Dec 2020 06:35:34 +0100 Subject: [PATCH] BuildRequire make --- python-breathe.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-breathe.spec b/python-breathe.spec index ff2e74c..1c65011 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -25,6 +25,7 @@ BuildRequires: %{py3_dist pytest} # NOTE: git is only needed because part of the build process checks if it's in # a git repo BuildRequires: git +BuildRequires: make # Set the name of the documentation directory %global _docdir_fmt %{name} @@ -53,7 +54,7 @@ This package contains documentation for developer documentation for %{srcname}. %build %py3_build # Build the documentation -make %{?_smp_mflags} DOXYGEN=$(which doxygen) html +%make_build DOXYGEN=$(which doxygen) html # Remove temporary build files rm documentation/build/html/.buildinfo @@ -61,7 +62,7 @@ rm documentation/build/html/.buildinfo %py3_install %check -make dev-test +%make_build dev-test %files -n python%{python3_pkgversion}-%{srcname} %doc README.rst