File xfce4-taskmanager.spec of Package xfce4-taskmanager
#
# spec file for package xfce4-taskmanager (Version 0.4.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-taskmanager
Summary: A simple Taskmanager for the Xfce Desktop Environment
Version: 0.4.0
Release: 1
License: GPL v2 or later
Url: http://goodies.xfce.org/projects/applications/xfce4-taskmanager/
Source: %{name}-%{version}.tar.bz2
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gtk2-devel libpng-devel startup-notification-devel update-desktop-files
BuildRequires: coreutils libxfcegui4-devel perl-XML-Parser
%description
A simple Taskmanager using xfce-libs
%prep
%setup -q -n %{name}-%{version}
chmod -x AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS README TODO
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR="$RPM_BUILD_ROOT" install
%find_lang %{name}
%suse_update_desktop_file -r xfce4-taskmanager GTK System Monitor
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%changelog
* Wed Oct 08 2008 bwalle@suse.de
- Add suse_update_desktop_file to fix build on Factory.
* Wed Jun 18 2008 prusnak@suse.cz
- updated to 0.4.0
* Priority setting
* 64bit archs fix
* Update strings
- dropped obsoleted patch: signal.diff
* Tue Dec 04 2007 prusnak@suse.cz
- use %%find_lang macro
- do not package INSTALL file
- replace startup-notification with startup-notification-devel
* Sat Jun 23 2007 bwalle@suse.de
- replaced group 'System/GUI/Other' by 'System/GUI/Xfce'
* Tue May 22 2007 prusnak@suse.cz
- sync with BuildService
* Thu Mar 08 2007 prusnak@suse.cz
- added norootforbuild
* Tue Feb 13 2007 prusnak@suse.cz
- fixed comparison of a char* pointer with a string literal (signal.diff)
* Mon Jan 29 2007 pnemec@suse.cz
- package merged from BuildService at version 0.4.0
* Wed Aug 23 2006 bernhard.walle@gmx.de
- initial package