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