File bigboard.spec of Package bigboard
#
# spec file for package bigboard (Version 0.6.2)
#
# 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://live.gnome.org/OnlineDesktop
Name: bigboard
BuildRequires: dbus-1-python-devel
BuildRequires: desktop-data-model-devel
BuildRequires: empathy-devel >= 2.23.90
BuildRequires: fdupes
BuildRequires: gconf2-devel
BuildRequires: gnome-common
BuildRequires: gnome-desktop-devel
BuildRequires: gnome-panel-devel
BuildRequires: intltool
BuildRequires: libsoup-devel
BuildRequires: online-desktop
BuildRequires: python-gnome-devel
BuildRequires: python-gobject2-devel
BuildRequires: python-gtk-devel
BuildRequires: python-hippo-canvas
Requires: dbus-1-python
Requires: deskbar-applet
Requires: online-desktop
Requires: python-gdata
Requires: python-gnome
Requires: python-hippo-canvas
Version: 0.6.2
Release: 1
Summary: An experimental new sidebar for the Online Desktop
Group: System/GUI/GNOME
License: GPL v2 only
Source: %{name}-%{version}.tar.bz2
# PATCH-LIST-START
# PATCH-LIST-END
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
Big Board is an experimental new sidebar for the Online Desktop. It's
designed to be a quick overview of your desktop allowing you to
interact with whatever you see in it.
%prep
%setup
# PATCH-APPLICATION-START
# PATCH-APPLICATION-END
%build
%configure
make
%install
%makeinstall
%fdupes $RPM_BUILD_ROOT
%find_gconf_schemas
cat %{name}.schemas_list > %{name}.list
%pre -f %{name}.schemas_pre
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%files -f %{name}.list
%defattr(-, root, root)
%{_bindir}/bigboard
%{_datadir}/bigboard
%{_datadir}/gnome-2.0/ui/*.xml
%{_datadir}/online-prefs-sync/*.synclist
%{_libdir}/bigboard-applets
%{_libdir}/bigboard
%{_libdir}/bonobo/servers/*.server
%{py_sitedir}/bigboard
%{_sysconfdir}/gconf/schemas/*.schemas
%changelog
* Fri Sep 12 2008 maw@suse.de
- Update to version 0.6.2:
+ Autodetect whether shutdown icon is called gnome-shutdown or
system-shutdown to prevent a crash when showing the self stock
+ Improved twitter functionality, including ability to update
status
+ Request friend updates right away
+ Use online desktop accounts dialog
+ Theme improvements.
* Wed Sep 03 2008 maw@suse.de
- Update to version 0.6.1.
* Mon Sep 01 2008 maw@suse.de
- Initial package, version 0.5.38.