File galago-daemon.spec of Package galago-daemon
#
# spec file for package galago-daemon (Version 0.5.1)
#
# Copyright (c) 2009 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: galago-daemon
BuildRequires: check-devel libgalago-devel
Version: 0.5.1
Release: 146
Url: http://www.galago-project.org/
Group: System/Daemons
License: GPL v2 or later
Summary: Galago Presence Daemon
Source: %{name}-%{version}.tar.bz2
Source1: galago-daemon-rpmlintrc
# PATCH-FIX-UPSTREAM galago-daemon-bnc468373-dbus-send-dest.patch bnc468373 vuntz@novell.com -- Fix the potential dbus security issue with send_interface
Patch0: galago-daemon-bnc468373-dbus-send-dest.patch
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Galago presence daemon is the center of all presence transactions
for Galago. This service is automatically launched by D-BUS when
needed.
Authors:
--------
Christian Hammond <chipx86@gnupdate.org>
%prep
%setup -q
%patch0 -p1
%build
autoreconf -f -i
%configure\
--libexecdir=%{_prefix}/lib/galago-daemon
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
# README is empty
%doc AUTHORS COPYING ChangeLog NEWS
%{_datadir}/dbus-1/services/*.service
%{_prefix}/lib/galago-daemon
%{_sysconfdir}/dbus-1/system.d/*.conf
%changelog
* Mon Jan 26 2009 vuntz@novell.com
- Add galago-daemon-bnc468373-dbus-send-dest.patch to add
send_destination in the dbus policy. Fix bnc#468373.
* Tue Mar 27 2007 sbrabec@suse.cz
- Require check-devel.
* Tue Mar 06 2007 sbrabec@suse.cz
- Updated to version version 0.5.1:
* Fixed some memory leaks.
* Fixed assertion errors.
* Mon Jan 08 2007 ro@suse.de
- GNOME moved to /usr
* Tue Nov 28 2006 sbrabec@suse.cz
- Build correctly in older products.
* Wed Sep 13 2006 jhargadon@suse.de
- update to version 0.5.0
- Updated for all the libgalago 0.5.0 protocol and API changes
- Now requires D-BUS v0.36 or higher
- Fixed bugs in meta-person merging, including memory leaks and
missing ID merges
- Fixed lookups of some meta-persons
- Fixed the logging code to properly treat glib log level flags as
bitmasks instead of integers
- Moved to a new model for handling persistent people
- Now computes the object paths for Galago objects
* Wed Aug 16 2006 aj@suse.de
- Add BuildRequires on dbus-1-glib-devel.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 18 2006 sbrabec@suse.cz
- Updated to version 0.3.4.
* Tue Jun 28 2005 sbrabec@suse.cz
- Updated to version 0.3.3.
* Tue May 31 2005 ro@suse.de
- fix filelist for lib64 (libexecdir is defined as lib before)
* Mon May 30 2005 sbrabec@suse.cz
- New SuSE package, version 0.3.2.