]> git.pld-linux.org Git - SPECS.git/blob - telepathy-haze.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / telepathy-haze.spec
1 Summary:        A Telepathy connection manager using libpurple
2 Summary(pl.UTF-8):      Zarządca połączeń Telepathy używający biblioteki libpurple
3 Name:           telepathy-haze
4 Version:        0.8.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 Source0:        https://telepathy.freedesktop.org/releases/telepathy-haze/%{name}-%{version}.tar.gz
9 # Source0-md5:  bdc5c30762ddebf24c4da05e023c9072
10 URL:            https://telepathy.freedesktop.org/components/telepathy-haze
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  dbus-glib-devel >= 0.73
14 BuildRequires:  glib2-devel >= 1:2.22
15 BuildRequires:  libpurple-devel >= 2.10.12
16 BuildRequires:  libtool
17 BuildRequires:  libxslt-progs
18 BuildRequires:  pkgconfig
19 BuildRequires:  python3 >= 1:3.2
20 BuildRequires:  sed >= 4.0
21 BuildRequires:  telepathy-glib-devel >= 0.15.1
22 Requires:       dbus-glib >= 0.73
23 Requires:       glib2 >= 1:2.22
24 Requires:       libpurple >= 2.10.12
25 Requires:       telepathy-glib >= 0.15.1
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 A connection manager to connect Telepathy to any of the protocols
30 supported by pidgin's libpurple.
31
32 %description -l pl.UTF-8
33 Zarządca połączeń pozwalający połączyć się Telepathy z każdym
34 protokołem wspieranym przez bibliotekę libpurple.
35
36 %prep
37 %setup -q
38
39 %{__sed} -i -e '1s,/usr/bin/python$,%{__python3},' tools/*.py
40
41 %build
42 %{__libtoolize}
43 %{__aclocal} -I m4
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         PYTHON="%{__python3}"
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post   -p /sbin/ldconfig
61 %postun -p /sbin/ldconfig
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS
66 %attr(755,root,root) %{_libexecdir}/telepathy-haze
67 %{_mandir}/man8/telepathy-haze.8*
68 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service
This page took 0.31529 seconds and 3 git commands to generate.