]> git.pld-linux.org Git - packages/telepathy-gabble.git/blame - telepathy-gabble.spec
- pl
[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
4Version: 0.5.11
5Release: 1
6License: LGPL
7Group: Libraries
8Source0: http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
9# Source0-md5: 2e19a4b1d62031459ad9bf7a9ac5bea3
10URL: http://telepathy.freedesktop.org/wiki/
11BuildRequires: autoconf >= 2.59
12BuildRequires: automake >= 1:1.8
13BuildRequires: dbus-glib-devel >= 0.61
14BuildRequires: libtool
15BuildRequires: libxslt-progs
16BuildRequires: loudmouth-devel
17BuildRequires: pkgconfig
18BuildRequires: telepathy-glib-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22A connection manager to connect Telepathy to Jabber/XMPP.
23
9cd90d3b
JB
24%description -l pl.UTF-8
25Zarządca połączeń pozwalający połączyć się Telepathy z Jabberem/XMPP.
26
fe709fd2 27%prep
28%setup -q
29
30%build
31%{__libtoolize}
32%{__aclocal} -I m4
33%{__autoconf}
34%{__autoheader}
35%{__automake}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post -p /sbin/ldconfig
49%postun -p /sbin/ldconfig
50
51%files
52%defattr(644,root,root,755)
53%doc AUTHORS ChangeLog README
54%attr(755,root,root) %{_bindir}/telepathy-gabble
55%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
56%{_datadir}/telepathy/managers/gabble.manager
This page took 0.065241 seconds and 4 git commands to generate.