]> git.pld-linux.org Git - packages/telepathy-gabble.git/blob - telepathy-gabble.spec
- release 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 # NOTE: 0.11.x is development branch
5 Version:        0.10.5
6 Release:        2
7 License:        LGPL
8 Group:          Libraries
9 Source0:        http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
10 # Source0-md5:  6d3e07354fb6d3ea5f8375e7cf776a27
11 URL:            http://telepathy.freedesktop.org/wiki/
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  dbus-devel >= 1.1.0
15 BuildRequires:  dbus-glib-devel >= 0.82
16 BuildRequires:  glib2-devel >= 1:2.24.0
17 BuildRequires:  gnutls-devel >= 2.8.2
18 BuildRequires:  libnice-devel >= 0.0.11
19 BuildRequires:  libsoup-devel >= 2.4.0
20 BuildRequires:  libtool
21 BuildRequires:  libuuid-devel
22 BuildRequires:  libxslt-progs
23 BuildRequires:  pkgconfig
24 BuildRequires:  python
25 BuildRequires:  telepathy-glib-devel >= 0.12.0
26 BuildRequires:  which
27 BuildRequires:  sqlite3-devel
28 Requires:       ca-certificates
29 Requires:       dbus >= 1.1.0
30 Requires:       dbus-glib >= 0.82
31 Requires:       telepathy-glib >= 0.12.0
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 A connection manager to connect Telepathy to Jabber/XMPP.
36
37 %description -l pl.UTF-8
38 Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
39
40 %prep
41 %setup -q
42
43 %build
44 %{__libtoolize}
45 %{__aclocal} -I m4
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure \
50         --disable-silent-rules \
51         --with-ca-certificates=%{_sysconfdir}/certs/ca-certificates.crt
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %{__rm} $RPM_BUILD_ROOT%{_libdir}/telepathy/gabble-0/*.la
61 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/telepathy-gabble
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post   -p /sbin/ldconfig
67 %postun -p /sbin/ldconfig
68
69 %files
70 %defattr(644,root,root,755)
71 %doc AUTHORS ChangeLog README
72 %attr(755,root,root) %{_libdir}/telepathy-gabble
73 %dir %{_libdir}/telepathy
74 %dir %{_libdir}/telepathy/gabble-0
75 %attr(755,root,root) %{_libdir}/telepathy/gabble-0/*.so
76 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
77 %{_datadir}/telepathy/managers/gabble.manager
78 %{_mandir}/man8/*.8*
This page took 0.072903 seconds and 4 git commands to generate.