From 6991cb6d8fc2f364da0069f0d6a69b86c6ffaa6c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Nov 05 2018 10:09:40 +0000 Subject: Fix FTBFS by removing unversioned Python command. --- diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 32ad013..7dfae07 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -6,7 +6,7 @@ Name: python-cairocffi Version: 0.7.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: cffi-based cairo bindings for Python License: BSD URL: https://pypi.python.org/pypi/cairocffi/ @@ -56,7 +56,7 @@ find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!/usr/bin/python|#!%{__python3} %endif # with_python3 %build -%{__python} setup.py build build_sphinx +%{__python2} setup.py build build_sphinx rm docs/_build/html/.buildinfo %if 0%{?with_python3} @@ -91,6 +91,9 @@ popd %endif # with_python3 %changelog +* Mon Nov 05 2018 Elliott Sales de Andrade - 0.7.2-15 +- Don't use unversioned Python command + * Fri Jul 13 2018 Fedora Release Engineering - 0.7.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild