]> git.pld-linux.org Git - packages/telepathy-gabble.git/blame - telepathy-gabble.spec
- add wocky patch to fix SASL auth on jabberd2
[packages/telepathy-gabble.git] / telepathy-gabble.spec
CommitLineData
fe709fd2 1Summary: A Telepathy connection manager for Jabber/XMPP
9cd90d3b 2Summary(pl.UTF-8): Zarządca połączeń Telepathy dla Jabbera/XMPP
fe709fd2 3Name: telepathy-gabble
a1f798f3 4Version: 0.9.2
fe709fd2 5Release: 1
6License: LGPL
7Group: Libraries
8Source0: http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
a1f798f3 9# Source0-md5: e862fb46c0a895c6b37339459edc8ae1
fe709fd2 10URL: http://telepathy.freedesktop.org/wiki/
c68e75e0 11Patch0: wocky-sasl.patch
fe709fd2 12BuildRequires: autoconf >= 2.59
47caf502
MB
13BuildRequires: automake >= 1:1.9
14BuildRequires: dbus-devel >= 1.1.0
15BuildRequires: dbus-glib-devel >= 0.78
489eb80e
PZ
16BuildRequires: glib2-devel >= 1:2.22.0
17BuildRequires: gnutls-devel >= 2.8.2
47caf502 18BuildRequires: libsoup-devel >= 2.4.0
fe709fd2 19BuildRequires: libtool
20BuildRequires: libxslt-progs
fe709fd2 21BuildRequires: pkgconfig
47caf502 22BuildRequires: python
a1f798f3 23BuildRequires: telepathy-glib-devel >= 0.7.37
47caf502
MB
24Requires: dbus >= 1.1.0
25Requires: dbus-glib >= 0.78
a1f798f3 26Requires: telepathy-glib >= 0.7.37
fe709fd2 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30A connection manager to connect Telepathy to Jabber/XMPP.
31
9cd90d3b
JB
32%description -l pl.UTF-8
33Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
34
fe709fd2 35%prep
36%setup -q
c68e75e0
PZ
37cd lib/ext/wocky
38%patch0 -p1
39cd ../../..
fe709fd2 40
41%build
42%{__libtoolize}
43%{__aclocal} -I m4
44%{__autoconf}
45%{__autoheader}
46%{__automake}
489eb80e
PZ
47%configure \
48 --with-wocky-tls=gnutls
fe709fd2 49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
47caf502
MB
57rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/telepathy-gabble
58
fe709fd2 59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post -p /sbin/ldconfig
63%postun -p /sbin/ldconfig
64
65%files
66%defattr(644,root,root,755)
67%doc AUTHORS ChangeLog README
9e162988 68%attr(755,root,root) %{_libdir}/telepathy-gabble
fe709fd2 69%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
70%{_datadir}/telepathy/managers/gabble.manager
9e162988 71%{_mandir}/man8/*
This page took 0.08232 seconds and 4 git commands to generate.