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