commit cfea68f3dd06eaa06fdc5bd315cb9239f4bf842d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 19:42:35 2023 +0100
Use new shebang macro
videomorph.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/videomorph.spec b/videomorph.spec
index 16a8f8b..bdffa62 100644
--- a/videomorph.spec
+++ b/videomorph.spec
@@ -27,7 +27,7 @@ FLV, MOV, OGV, and also extract the audio to a file with MP3 format.
%prep
%autosetup
-sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' setup.py bin/videomorph
tests/*
+%py3_shebang_fix setup.py bin/videomorph tests/*
%build
Show replies by date