From 9e342d243062eeae09978ccd4f44308f299b5263 Mon Sep 17 00:00:00 2001 From: Timm Bäder Date: Sep 23 2021 12:47:00 +0000 Subject: Use %py3_shebang_fix instead of calling pathfix.py manually As documented here: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_shebang_macros --- diff --git a/llvm.spec b/llvm.spec index b9e4c8d..106b3f5 100644 --- a/llvm.spec +++ b/llvm.spec @@ -91,7 +91,7 @@ BuildRequires: valgrind-devel %endif # LLVM's LineEditor library will use libedit if it is available. BuildRequires: libedit-devel -# We need python3-devel for pathfix.py. +# We need python3-devel for %%py3_shebang_fix BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -184,7 +184,7 @@ LLVM's modified googletest sources. %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -n %{llvm_srcdir} -p2 -pathfix.py -i %{__python3} -pn \ +%py3_shebang_fix \ test/BugPoint/compile-custom.ll.py \ tools/opt-viewer/*.py \ utils/update_cc_test_checks.py