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