File telepathy-haze.spec of Package telepathy-haze
#
# spec file for package telepathy-haze
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Url: http://telepathy.freedesktop.org/wiki/
Name: telepathy-haze
Version: 0.8.0
Release: 0
Summary: A libpurple connection manager for Telepathy
License: GPL-2.0+
Group: Productivity/Networking/Instant Messenger
Source: http://telepathy.freedesktop.org/releases/telepathy-haze/%{name}-%{version}.tar.gz
BuildRequires: libpurple-devel
BuildRequires: libxslt-devel
BuildRequires: telepathy-glib-devel >= 0.15.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A connection manager for Telepathy that provides support for AIM, ICQ,
MSN, Yahoo! and Groupwise using Pidgin's libpurple.
%prep
%setup -q
%build
%configure
make %{?jobs:-j %jobs}
%install
%makeinstall
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root)
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service
%{_libexecdir}/telepathy-haze
%{_mandir}/man8/telepathy-haze.8.gz
%changelog