File telepathy-salut.spec of Package telepathy-salut
#
# spec file for package telepathy-salut (Version 0.3.5)
#
# 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
Name: telepathy-salut
Version: 0.3.5
Release: 1
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cyrus-sasl-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt
BuildRequires: openssl-devel
BuildRequires: telepathy-glib-devel >= 0.5.14
BuildRequires: libxslt python-xml
BuildRequires: libavahi-glib-devel >= 0.6.22
BuildRequires: libavahi-gobject-devel >= 0.6.22
Group: System/Libraries
Summary: Link-local XMPP connection manager for Telepathy
Requires: dbus-1-glib >= 0.73
Source: %{name}-%{version}.tar.bz2
%description
A connection manager for Telepathy that implement peer to peer XMPP
using local-link as done by and compatible with Apple Bonjour(tm) chat.
Authors:
--------
Sjoerd Simons <sjoerd@luon.net>
%prep
%setup -q -n %{name}-%{version}
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$CFLAGS"
%configure --docdir=%{_docdir}/%{name}
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.salut.service
%dir %{_datadir}/telepathy/
%dir %{_datadir}/telepathy/managers/
%{_datadir}/telepathy/managers/salut.manager
%{_docdir}/%{name}
%{_libdir}/telepathy-salut
%{_mandir}/man8/telepathy-salut.8.gz
%changelog
* Sun Oct 19 2008 mboman@suse.de
- Update to version 0.3.5:
* Add a test framework
* Only announce OLPC activity we actually joined (dev.laptop.org #8441)
* Fri Sep 26 2008 sbrabec@suse.cz
- Removed loudmouth from Requires. loudmouth is not required any
more (and it was renamed).
* Fri Sep 12 2008 maw@suse.de
- Update to version 0.3.4:
+ Implement the Contacts interface
+ Implement the SimplePresence interface
+ Implement spec 0.17.9 (Add various properties to all channels).
* Sat Aug 23 2008 hfiguiere@suse.de
- Fix directory owning (FTBS in factory)
* Fri Aug 15 2008 hfiguiere@suse.de
- Update to 0.3.3
* Fix clique, tubes and bonjour bugs
* Abstract Avahi
- Set docdir to %%{_docdir}/%%{name}
* Mon Mar 17 2008 hfiguiere@suse.de
- Upgrade to 0.3.1
+ Lot of fixes
+ Update to the latest telepathy spec
+ Use the latest Avahi API
* Thu Oct 11 2007 sbrabec@suse.cz
- Use binding specific avahi package.
* Tue Apr 03 2007 maw@suse.de
- Don't build as root, and some specfile cleanups.