File xfce4-volstatus.spec of Package xfce4-volstatus
#
# spec file for package xfce4-volstatus (Version 0.1.0)
#
# 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: xfce4-volstatus
BuildRequires: gtk2-devel >= 2.10.0
BuildRequires: dbus-1-glib-devel exo-devel hal-devel
BuildRequires: libxfcegui4-devel >= 4.4.0
BuildRequires: libxfce4util-devel >= 4.4.0
Summary: System tray icon for ejecting removable devices from system
Version: 0.1.0
Release: 175
License: LGPL v2.1 or later
Url: http://goodies.xfce.org/projects/applications/xfce4-volstatus-icon/
Source0: %{name}-icon-%{version}.tar.bz2
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Xfce4 Volstatus Icon is a system tray icon that allows you to easily
eject removable devices from your system, without needing to open a
terminal or Thunar window.
Authors:
--------
Brian Tarricone <bjt23@cornell.edu>
%prep
%setup -q -n %{name}-icon-%{version}
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR="$RPM_BUILD_ROOT" install
%find_lang %{name}-icon
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name-icon.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_bindir}/xfce4-volstatus-icon
%changelog
* Tue Dec 04 2007 prusnak@suse.cz
- use %%find_lang macro
* Sat Jun 23 2007 bwalle@suse.de
- replaced group 'System/GUI/Other' by 'System/GUI/XFCE'
* Tue May 29 2007 prusnak@suse.cz
- created package (version 0.1.0)