Accepting request 1080143 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/1080143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rosegarden?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2023-04-19 15:42:40 +00:00 committed by Git OBS Bridge
commit 28f4a047de
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 18 12:51:00 UTC 2023 - Max Lin <mlin@suse.com>
- Do not change the interpreter back to /usr/bin/python in sf2rg.py
since scripts-sf2rg-python3.patch changed it to /usr/bin/python3
-------------------------------------------------------------------
Sun Apr 09 07:19:09 UTC 2023 - davejplater@gmail.com

View File

@ -124,9 +124,6 @@ chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/README
chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/color-list
#chmod 644 %%{buildroot}%%{_datadir}/%%{name}/scripts/simple-makefile
rm -f %{buildroot}%{_datadir}/%{name}/scripts/svn-to-hg-and-git.sh
pushd %{buildroot}%{_datadir}/%{name}/scripts
sed -i '1s/^#!.*/#!\/usr\/bin\/python/' sf2rg.py
popd
install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/pixmaps/%{name}.xpm"
%suse_update_desktop_file %{buildroot}/%{_datadir}/applications/com.rosegardenmusic.%{name}.desktop
#This is a man page made by help2man to satisfy factories hunger for one /usr/bin/ one man page.