]> git.pld-linux.org Git - packages/telepathy-gabble.git/commitdiff
- fix shebang, release 4 auto/th/telepathy-gabble-0.18.4-4
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Apr 2020 17:26:13 +0000 (19:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Apr 2020 17:26:13 +0000 (19:26 +0200)
telepathy-gabble.spec

index 665e225d308ad54374199275d6d8314cc9353c38..b97381c3fd143c9a13188866a5950a1edf6b1e42 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A Telepathy connection manager for Jabber/XMPP
 Summary(pl.UTF-8):     Zarządca połączeń Telepathy dla Jabbera/XMPP
 Name:          telepathy-gabble
 Version:       0.18.4
-Release:       3
+Release:       4
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@ BuildRequires:        libxslt-progs
 BuildRequires: openssl-devel >= 0.9.8g
 BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.5
+BuildRequires: sed >= 4.0
 BuildRequires: sqlite3-devel
 BuildRequires: telepathy-glib-devel >= 0.19.9
 BuildRequires: which
@@ -44,6 +45,8 @@ Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
 %setup -q
 %patch0 -p1
 
+%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' plugins/telepathy-gabble-xmpp-console
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.245184 seconds and 4 git commands to generate.