From: Jan Rękorajski Date: Sat, 17 Apr 2021 21:43:54 +0000 (+0200) Subject: - fix shebangs X-Git-Tag: auto/th/banshee-2.6.2-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbanshee.git;a=commitdiff_plain;h=HEAD - fix shebangs - rel 6 --- diff --git a/banshee.spec b/banshee.spec index cbf2cd3..17516c7 100644 --- a/banshee.spec +++ b/banshee.spec @@ -2,7 +2,7 @@ Summary: A Mono/GStreamer Based Music Player Summary(pl.UTF-8): Oparty na Mono/GStreamerze odtwarzacz muzyki Name: banshee Version: 2.6.2 -Release: 5 +Release: 6 License: MIT Group: X11/Applications/Multimedia Source0: http://ftp.gnome.org/pub/GNOME/sources/banshee/2.6/%{name}-%{version}.tar.xz @@ -101,6 +101,10 @@ Ten pakiet dostarcza pliki programistyczne dla Banshee. # disable unnecessary check which fails with mono 4.x %{__sed} -i -e '/SHAMROCK_CHECK_MONO_2_0_GAC_ASSEMBLIES/d' configure.ac +%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+bash(\s|$),#!/bin/bash\1,' \ + src/Clients/Booter/banshee.linux.in \ + src/Extensions/Banshee.AmazonMp3/bamz.in + %build %{__libtoolize} %{__intltoolize}