From a8dd558c04ef94f3e0f6f0eebc1e81eb229d26cf Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Mar 11 2019 02:11:40 +0000 Subject: Fixed more python shebangs --- diff --git a/muse.spec b/muse.spec index 61469b7..0994012 100644 --- a/muse.spec +++ b/muse.spec @@ -11,7 +11,7 @@ Summary: Midi/Audio Music Sequencer # See: https://fedoraproject.org/wiki/AudioCreation Epoch: 1 Version: 3.0.2 -Release: 6%{?dist} +Release: 7%{?dist} # original freeverb plugin was public domain # givertcap (not built) is GPLv2 # The rest, including the core of muse is distributed under GPLv2+ @@ -64,7 +64,7 @@ for Linux. # Convert to Python3. Only "print" and "raw_input" occurences 2to3 --write --nobackups utils/muse* # Fix Python shebangs -sed -i -e 's|/usr/bin/env python3|%{__python3}|' -e 's|/usr/bin/python|%{__python3}|' share/scripts/* utils/* +sed -i -e 's|/usr/bin/env python3|%{__python3}|' -e 's|/usr/bin/python$|%{__python3}|' share/scripts/* utils/* %build export CMAKE_CXX_FLAGS="-D_GNU_SOURCE" @@ -101,6 +101,9 @@ appstream-util validate-relax --nonet \ %{_datadir}/metainfo/%{name}.appdata.xml %changelog +* Sun Mar 10 2019 Orcan Ogetbil - 1:3.0.2-7 +- Fixed more python shebangs + * Mon Feb 11 2019 Orcan Ogetbil - 1:3.0.2-6 - Versioned Python shebangs - Converted some Python2 scripts to Python3