From d645e78b8cef0bf1ac8b17c14c8a35ea529a4658 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Jan 29 2019 11:31:28 +0000 Subject: Avoid using _bindir macro in BRs This breaks flatpak builds as the prefix there is redefined to be /app. --- diff --git a/python-pygit2.spec b/python-pygit2.spec index 964d01b..8efd42d 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -44,7 +44,7 @@ Python 3 version. %package doc Summary: Documentation for %{name} BuildArch: noarch -BuildRequires: %{_bindir}/sphinx-build +BuildRequires: /usr/bin/sphinx-build %description doc Documentation for %{name}.