Accepting request 776220 from home:plater

- Remove all traces of python2.

OBS-URL: https://build.opensuse.org/request/show/776220
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=82
This commit is contained in:
Dave Plater 2020-02-19 08:35:22 +00:00 committed by Git OBS Bridge
parent efc917d8e7
commit aff61e0e94
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 19 07:36:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
- Remove all traces of python2.
-------------------------------------------------------------------
Mon Jun 10 09:22:55 UTC 2019 - Dave Plater <davejplater@gmail.com>

View File

@ -82,6 +82,8 @@ home recording environments.
%patch2
# When we build svn we need to execute bootstrap.sh
#sh bootstrap.sh
for i in `grep -rl "/usr/bin/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
for i in `grep -rl "/usr/bin/python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
%build
#export DEBUG_LADSPA