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