]> git.pld-linux.org Git - packages/telepathy-gabble.git/blame - telepathy-gabble.spec
- 0.9.13
[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
2dcca80d 4Version: 0.9.13
fe709fd2 5Release: 1
6License: LGPL
7Group: Libraries
8Source0: http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
2dcca80d 9# Source0-md5: 2583938c52da620db076492569431bf6
fe709fd2 10URL: http://telepathy.freedesktop.org/wiki/
11BuildRequires: autoconf >= 2.59
47caf502
MB
12BuildRequires: automake >= 1:1.9
13BuildRequires: dbus-devel >= 1.1.0
14BuildRequires: dbus-glib-devel >= 0.78
489eb80e
PZ
15BuildRequires: glib2-devel >= 1:2.22.0
16BuildRequires: gnutls-devel >= 2.8.2
2dcca80d 17BuildRequires: libnice-devel >= 0.0.11
47caf502 18BuildRequires: libsoup-devel >= 2.4.0
fe709fd2 19BuildRequires: libtool
2dcca80d 20BuildRequires: libuuid-devel
fe709fd2 21BuildRequires: libxslt-progs
fe709fd2 22BuildRequires: pkgconfig
47caf502 23BuildRequires: python
a1f798f3 24BuildRequires: telepathy-glib-devel >= 0.7.37
8eb02578 25BuildRequires: which
47caf502
MB
26Requires: dbus >= 1.1.0
27Requires: dbus-glib >= 0.78
a1f798f3 28Requires: telepathy-glib >= 0.7.37
fe709fd2 29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32A connection manager to connect Telepathy to Jabber/XMPP.
33
9cd90d3b
JB
34%description -l pl.UTF-8
35Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
36
fe709fd2 37%prep
38%setup -q
39
40%build
41%{__libtoolize}
42%{__aclocal} -I m4
43%{__autoconf}
44%{__autoheader}
45%{__automake}
2dcca80d 46%configure
fe709fd2 47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
47caf502
MB
55rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/telepathy-gabble
56
fe709fd2 57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post -p /sbin/ldconfig
61%postun -p /sbin/ldconfig
62
63%files
64%defattr(644,root,root,755)
65%doc AUTHORS ChangeLog README
9e162988 66%attr(755,root,root) %{_libdir}/telepathy-gabble
644ab903
PZ
67%dir %{_libdir}/telepathy/gabble-0
68%attr(755,root,root) %{_libdir}/telepathy/gabble-0/*.so
fe709fd2 69%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
70%{_datadir}/telepathy/managers/gabble.manager
9e162988 71%{_mandir}/man8/*
This page took 0.038166 seconds and 4 git commands to generate.