File telepathy-haze.spec of Package telepathy-haze
#
# spec file for package telepathy-haze (Version 0.2.1)
#
# Copyright (c) 2008 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/
#
# norootforbuild
Url: http://telepathy.freedesktop.org/wiki/
Name: telepathy-haze
Version: 0.2.1
Release: 1
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: telepathy-glib-devel
BuildRequires: libpurple-devel
Group: Productivity/Networking/Instant Messenger
Summary: A libpurple connection manager for Telepathy
Source: %{name}-%{version}.tar.bz2
%description
A connection manager for Telepathy that provide support for AIM, ICQ,
MSN, Yahoo! and Groupwise using Pidgin's libpurple.
Authors:
--------
Will Thompson <will.thompson@collabora.co.uk>
%prep
%setup -q -n %{name}-%{version}
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$CFLAGS"
%configure
make %{?jobs:-j %jobs}
%install
make install \
DESTDIR="$RPM_BUILD_ROOT"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
%{__rm} -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service
%dir %{_datadir}/telepathy
%dir %{_datadir}/telepathy/managers
%{_datadir}/telepathy/managers/haze.manager
%{_libdir}/telepathy-haze
%{_mandir}/man8/telepathy-haze.8.gz
%changelog
* Sun Oct 19 2008 mboman@suse.de
- Update to version 0.2.1:
+ A publish channel now exists, which allows you to accept or decline
incoming subscription requests (but nothing else yet; it's not possible
to later remove someone from the list, for instance).
+ Add support for setting your avatar (fdo#13123).
+ Stop your accounts auto-awaying themselves (fdo#14335).
+ Don't crash when the UI passes an empty or otherwise invalid host name
as the server parameter for a new connection (fdo#14445).
+ Don't sporadically crash on connection errors, such as an incorrect
password (fdo#14933).
+ Debugging output from Haze and libpurple is now silenced unless you set
HAZE_DEBUG appropriately ("haze" and "purple", respectively).
* Mon Apr 21 2008 hfiguiere@suse.de
- Sanitize the dependencies.
- Fix a few warnings in the spec file
* Sat Apr 12 2008 hfiguiere@suse.de
- Initial checkin