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