[packages/telepathy-haze] - updated to 0.8.1 - force build using python3
qboosh
qboosh at pld-linux.org
Sun Feb 28 13:46:25 CET 2021
commit 6594250d1c5ae6d54069f0443ae02e50ea19cfe3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 28 13:46:50 2021 +0100
- updated to 0.8.1
- force build using python3
telepathy-haze.spec | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/telepathy-haze.spec b/telepathy-haze.spec
index 29d7464..9b5fc68 100644
--- a/telepathy-haze.spec
+++ b/telepathy-haze.spec
@@ -1,26 +1,27 @@
Summary: A Telepathy connection manager using libpurple
Summary(pl.UTF-8): Zarządca połączeń Telepathy używający biblioteki libpurple
Name: telepathy-haze
-Version: 0.8.0
+Version: 0.8.1
Release: 1
License: GPL v2+
Group: Libraries
-Source0: http://telepathy.freedesktop.org/releases/telepathy-haze/%{name}-%{version}.tar.gz
-# Source0-md5: b9ee3638833fb50db6276d1b771820b0
-URL: http://telepathy.freedesktop.org/wiki/
+Source0: https://telepathy.freedesktop.org/releases/telepathy-haze/%{name}-%{version}.tar.gz
+# Source0-md5: bdc5c30762ddebf24c4da05e023c9072
+URL: https://telepathy.freedesktop.org/components/telepathy-haze
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.9
BuildRequires: dbus-glib-devel >= 0.73
BuildRequires: glib2-devel >= 1:2.22
-BuildRequires: libpurple-devel >= 2.7
+BuildRequires: libpurple-devel >= 2.10.12
BuildRequires: libtool
BuildRequires: libxslt-progs
BuildRequires: pkgconfig
-BuildRequires: python >= 1:2.5
+BuildRequires: python3 >= 1:3.2
+BuildRequires: sed >= 4.0
BuildRequires: telepathy-glib-devel >= 0.15.1
Requires: dbus-glib >= 0.73
Requires: glib2 >= 1:2.22
-Requires: libpurple >= 2.7
+Requires: libpurple >= 2.10.12
Requires: telepathy-glib >= 0.15.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,13 +36,16 @@ protokołem wspieranym przez bibliotekę libpurple.
%prep
%setup -q
+%{__sed} -i -e '1s,/usr/bin/python$,%{__python3},' tools/*.py
+
%build
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
+%configure \
+ PYTHON="%{__python3}"
%{__make}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/telepathy-haze.git/commitdiff/6594250d1c5ae6d54069f0443ae02e50ea19cfe3
More information about the pld-cvs-commit
mailing list