]> git.pld-linux.org Git - packages/telepathy-gabble.git/blob - telepathy-gabble.spec
92aa82cec3fe6036a82ae1c48899f714a03fe89a
[packages/telepathy-gabble.git] / telepathy-gabble.spec
1 Summary:        A Telepathy connection manager for Jabber/XMPP
2 Name:           telepathy-gabble
3 Version:        0.5.11
4 Release:        1
5 License:        LGPL
6 Group:          Libraries
7 Source0:        http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
8 # Source0-md5:  2e19a4b1d62031459ad9bf7a9ac5bea3
9 URL:            http://telepathy.freedesktop.org/wiki/
10 BuildRequires:  autoconf >= 2.59
11 BuildRequires:  automake >= 1:1.8
12 BuildRequires:  dbus-glib-devel >= 0.61
13 BuildRequires:  libtool
14 BuildRequires:  libxslt-progs
15 BuildRequires:  loudmouth-devel
16 BuildRequires:  pkgconfig
17 BuildRequires:  telepathy-glib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A connection manager to connect Telepathy to Jabber/XMPP.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__libtoolize}
28 %{__aclocal} -I m4
29 %{__autoconf}
30 %{__autoheader}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post   -p /sbin/ldconfig
45 %postun -p /sbin/ldconfig
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README
50 %attr(755,root,root) %{_bindir}/telepathy-gabble
51 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
52 %{_datadir}/telepathy/managers/gabble.manager
This page took 0.027125 seconds and 2 git commands to generate.