commit 16ebbf2e56acde7bad0d40d51b5a8d82bb81aeff
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 19:35:11 2023 +0100
Use new shebang macro
python-vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index fb9b604..5ab783c 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -32,7 +32,7 @@ Requires: vlc-core >= 1.1.0
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
# fix shebang
-sed -i -e 's@/usr/bin/python@/usr/bin/python3@g' \
+%py3_shebang_fix \
examples/glsurface.py \
examples/play_buffer.py vlc.py
#fix rpmlint
Show replies by date