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