From: Jan Rękorajski Date: Mon, 31 Jan 2022 19:54:46 +0000 (+0100) Subject: - fix shebang in main script, rel 2 X-Git-Tag: auto/th/s-tui-1.1.3-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=a6ffcfcb3f7320fdf653581d0b21b3a72cca87a6;p=packages%2Fs-tui.git - fix shebang in main script, rel 2 --- diff --git a/s-tui.spec b/s-tui.spec index 88972f7..42db1d1 100644 --- a/s-tui.spec +++ b/s-tui.spec @@ -1,7 +1,7 @@ Summary: Terminal-based CPU stress and monitoring utility Name: s-tui Version: 1.1.3 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/System #Source0Download: https://pypi.org/simple/s-tui/ @@ -23,6 +23,9 @@ and utilization in a graphical way from the terminal. %prep %setup -q +%{__sed} -E -i -e '1s,#!\s*/usr/bin/python(\s|$),#!%{__python3}\\1,' \ + s_tui/s_tui.py + %build %py3_build