]> git.pld-linux.org Git - packages/telepathy-gabble.git/blob - telepathy-gabble.spec
- 0.9.2
[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.2
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:  e862fb46c0a895c6b37339459edc8ae1
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.16.0
16 BuildRequires:  libsoup-devel >= 2.4.0
17 BuildRequires:  libtool
18 BuildRequires:  libxslt-progs
19 BuildRequires:  pkgconfig
20 BuildRequires:  python
21 BuildRequires:  telepathy-glib-devel >= 0.7.37
22 Requires:       dbus >= 1.1.0
23 Requires:       dbus-glib >= 0.78
24 Requires:       telepathy-glib >= 0.7.37
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 A connection manager to connect Telepathy to Jabber/XMPP.
29
30 %description -l pl.UTF-8
31 Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__libtoolize}
38 %{__aclocal} -I m4
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/telepathy-gabble
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post   -p /sbin/ldconfig
57 %postun -p /sbin/ldconfig
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog README
62 %attr(755,root,root) %{_libdir}/telepathy-gabble
63 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
64 %{_datadir}/telepathy/managers/gabble.manager
65 %{_mandir}/man8/*
This page took 0.042786 seconds and 4 git commands to generate.