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