From e87e2f553bbef0e57b46e939cdb83c9736a22702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 15 Oct 2021 13:38:11 +0200 Subject: [PATCH] Use py3_shebang_fix macro As documented in https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_shebang_macros --- clang.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clang.spec b/clang.spec index 0dfef87..73b6ef4 100644 --- a/clang.spec +++ b/clang.spec @@ -125,7 +125,7 @@ BuildRequires: python3-lit BuildRequires: python3-sphinx BuildRequires: libatomic -# We need python3-devel for pathfix.py. +# We need python3-devel for %%py3_shebang_fix BuildRequires: python3-devel # For reproducible pyc file generation @@ -270,8 +270,8 @@ Requires: python3 # failing test case rm test/clang-tidy/checkers/altera-struct-pack-align.cpp -pathfix.py -i %{__python3} -pn \ - clang-tidy/tool/*.py \ +%py3_shebang_fix \ + clang-tidy/tool/ \ clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py %setup -q -n %{clang_srcdir} @@ -280,8 +280,8 @@ pathfix.py -i %{__python3} -pn \ # failing test case rm test/CodeGen/profile-filter.c -pathfix.py -i %{__python3} -pn \ - tools/clang-format/*.py \ +%py3_shebang_fix \ + tools/clang-format/ \ tools/clang-format/git-clang-format \ utils/hmaptool/hmaptool \ tools/scan-view/bin/scan-view \