From 3c83f047f04130620231132a92afae5b8a84f42d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 19 Jan 2024 09:46:12 -0500 Subject: [PATCH] Express the external /usr/bin/tx dep. as one on adobe-afdko MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In 0.3.0, we’ll need to add a version bound. --- python-cffsubr.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-cffsubr.spec b/python-cffsubr.spec index 12a50dd..438081f 100644 --- a/python-cffsubr.spec +++ b/python-cffsubr.spec @@ -26,8 +26,8 @@ BuildRequires: python3-devel BuildRequires: python3dist(setuptools-scm) %global txbin /usr/bin/tx - -BuildRequires: %{txbin} +# For the unbundled “tx” executable: +BuildRequires: adobe-afdko BuildRequires: symlinks %description @@ -39,7 +39,8 @@ Standalone CFF subroutinizer based on the AFDKO tx tool. %package -n python3-cffsubr Summary: %{summary} -Requires: %{txbin} +# For the unbundled “tx” executable: +Requires: adobe-afdko %description -n python3-cffsubr Standalone CFF subroutinizer based on the AFDKO tx tool.