File gnome-presence-applet.spec of Package gnome-presence-applet
#
# spec file for package gnome-presence-applet (Version 0.3.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: gnome-presence-applet
BuildRequires: fdupes gnome-panel-devel intltool libgalago-gtk-devel libglade2-devel libgnomeui-devel update-desktop-files
Version: 0.3.1
Release: 298
Url: http://www.galago-project.org/
Group: System/GUI/GNOME
License: GPL v2 or later
Summary: GNOME Presence Applet for Galago
Source: %{name}-%{version}.tar.bz2
Patch: gnome-presence-applet-svn.patch
Patch1: gnome-presence-applet-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %{version}
AutoReqProv: on
%gconf_schemas_prereq
%description
A GNOME panel applet for displaying presence information for a selected
numberof accounts.
Authors:
--------
Christian Hammond <chipx86@gnupdate.org>
%lang_package
%prep
%setup -q
%patch -p1
%patch1
%build
%configure\
--libexecdir=%{_prefix}/lib/gnome-panel
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%files -f %{name}.lst
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS
%{_datadir}/gnome-presence-applet
%{_libdir}/bonobo/servers/*.server
%{_prefix}/lib/gnome-panel/*
%files lang -f %{name}.lang
%changelog
* Sun Jan 25 2009 vuntz@novell.com
- Update BuildRequires to fix build.
- Remove zero-length README.
* Thu Oct 11 2007 sbrabec@suse.cz
- Removed bogus dependency on mDNSResponder.
* Tue Aug 07 2007 maw@suse.de
- Use %%fdupes
- Split off a -lang subpackage.
* Thu Jan 04 2007 sbrabec@suse.cz
- Spec file cleanup.
* Tue Dec 26 2006 maw@suse.de
- Move to /usr.
* Mon Sep 18 2006 ro@suse.de
- update to svn to make it build with current libgalago
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon May 30 2005 sbrabec@suse.cz
- New SuSE package, version 0.3.1.