File xfce4-volstatus.spec of Package xfce4-volstatus
#
# spec file for package xfce4-volstatus (Version 0.1.0)
#
# 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: xfce4-volstatus
BuildRequires: dbus-1-glib-devel exo-devel gtk2-devel hal-devel
BuildRequires: libxfce4util-devel libxfcegui4-devel
Summary: System tray icon for ejecting removable devices from system
Version: 0.1.0
Release: 176
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