File gnome-docker.spec of Package gnome-docker
#
# spec file for package gnome-docker (Version 0.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
Name: gnome-docker
BuildRequires: gnome-common intltool libgnomeui-devel liblazy-devel libnotify-devel update-desktop-files
Version: 0.1
Release: 82
Url: Stilllookingforurl
Group: System/GUI/GNOME
License: GPL v2 only
Summary: GNOME dock station applet
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-use-capability.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GNOME application for notifying laptop users about the state of their
dock station and the possibility to undock the system via software,
either from the tray icon, or via a hotkey.
Authors:
--------
Holger Macht <hmacht@suse.de>
%prep
%setup -q
%patch
%build
autoreconf -fi
%configure
#CFLAGS="$RPM_OPT_FLAGS" \
#./configure\
# --disable-schemas-install\
make %{?jobs:-j%jobs}
%install
%makeinstall
%suse_update_desktop_file gnome-docker
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%_bindir/gnome-docker
%dir %_datadir/gnome/autostart
%_datadir/gnome/autostart/gnome-docker.desktop
%_datadir/applications/gnome-docker.desktop
%_datadir/applications/gnome-docker.desktop
%_datadir/gnome-docker
%changelog
* Thu Oct 09 2008 hmacht@suse.de
- gnome-docker-use-capability.patch needed due to changes in HAL
(fate#304731)
* Thu May 29 2008 hmacht@suse.de
- add preliminary tray icon (bnc#395362)
* Wed May 14 2008 hmacht@suse.de
- fix .desktop file
- add tooltip
* Fri May 09 2008 hmacht@suse.de
- add translation support
- add preliminary xrandr support
* Fri Feb 29 2008 hmacht@suse.de
- initial submission