]> git.pld-linux.org Git - packages/telepathy-gabble.git/blob - telepathy-gabble.spec
- revised deps
[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.5.11
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:  2e19a4b1d62031459ad9bf7a9ac5bea3
10 URL:            http://telepathy.freedesktop.org/wiki/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.8
13 BuildRequires:  dbus-glib-devel >= 0.72
14 BuildRequires:  libtool
15 BuildRequires:  libxslt-progs
16 BuildRequires:  loudmouth-devel >= 1.1.1
17 BuildRequires:  pkgconfig
18 BuildRequires:  telepathy-glib-devel >= 0.5.10
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 A connection manager to connect Telepathy to Jabber/XMPP.
23
24 %description -l pl.UTF-8
25 Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__libtoolize}
32 %{__aclocal} -I m4
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %post   -p /sbin/ldconfig
49 %postun -p /sbin/ldconfig
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README
54 %attr(755,root,root) %{_bindir}/telepathy-gabble
55 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
56 %{_datadir}/telepathy/managers/gabble.manager
This page took 0.045146 seconds and 4 git commands to generate.