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