]> git.pld-linux.org Git - packages/telepathy-haze.git/blame - telepathy-haze.spec
- 0.2.0
[packages/telepathy-haze.git] / telepathy-haze.spec
CommitLineData
80707bee 1Summary: A Telepathy connection manager using libpurple
2Name: telepathy-haze
3Version: 0.2.0
4Release: 1
5License: LGPL
6Group: Libraries
7Source0: http://telepathy.freedesktop.org/releases/telepathy-haze/%{name}-%{version}.tar.gz
8# Source0-md5: 63bb7d0f9c45be27d5cec478f9f61846
9URL: http://telepathy.freedesktop.org/wiki/
10BuildRequires: autoconf >= 2.59
11BuildRequires: automake >= 1:1.8
12BuildRequires: dbus-glib-devel >= 0.61
13BuildRequires: libtool
14BuildRequires: libxslt-progs
15BuildRequires: openssl-devel >= 0.9.7
16BuildRequires: pidgin-devel
17BuildRequires: pkgconfig
18BuildRequires: telepathy-glib-devel >= 0.5.13-3
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22A connection manager to connect Telepathy to any of the protocols
23supported by pidgin's libpurple.
24
25%prep
26%setup -q
27
28%build
29%{__libtoolize}
30%{__aclocal} -I m4
31%{__autoconf}
32%{__autoheader}
33%{__automake}
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%post -p /sbin/ldconfig
47%postun -p /sbin/ldconfig
48
49%files
50%defattr(644,root,root,755)
51%doc AUTHORS ChangeLog README
52%attr(755,root,root) %{_libdir}/telepathy-haze
53%{_mandir}/man8/*
54%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service
55%{_datadir}/telepathy/managers/haze.manager
This page took 0.032253 seconds and 4 git commands to generate.