File lxtask.spec of Package lxtask
#
# spec file for package lxtask (Version 0.1.3)
#
# Copyright (c) 2010 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: lxtask
Version: 0.1.3
Release: 2
Summary: Lightweight Task Manager
Group: System/GUI/LXDE
License: GPLv2
Url: http://www.lxde.org/
Source0: %name-%version.tar.bz2
Patch0: %name-0.1.3-code-cleanup.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: intltool pkg-config update-desktop-files
BuildRequires: docbook-utils fdupes gtk2-devel
%description
LXTask is a lightweight Task Manager
This is the default LXDE task manager
%prep
%setup -q
%patch0 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
%configure
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%__rm -rf %{buildroot}/%{_datadir}/locale/{frp,ur_PK,es_VE}
%suse_update_desktop_file %name System Monitor
%find_lang %{name}
%fdupes -s %{buildroot}
%clean
%__rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc COPYING
%_bindir/%name
%_datadir/applications/%name.desktop
%changelog