File taskbarswitch.spec of Package taskbarswitch
# Generated by kde-obs-generator version 0.2.2
#
# spec file for package taskbarswitch (Version 1.0)
#
# Copyright (c) 2010 Franta Novak <l.lunak@suse.cz>
#
# 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.
# norootforbuild
Name: taskbarswitch
BuildRequires: libkde4-devel
License: GPL
Url: http://kde-apps.org/content/show.php/TaskbarSwitch?content=107610
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Switch one taskbar item to the left/right using shortcuts
Version: 1.0
Release: 1
Source: 107610-%{name}-%{version}.tar.gz
%kde4_runtime_requires
%description
A KDED module that allows switching one taskbar item to the left/right using shortcuts (Meta+Left/Right by default).
Author(s):
Lubos Lunak <l.lunak@suse.cz>
%prep
%setup -n %{name}-%{version} -q
%build
%cmake_kde4 -d build
%make_jobs
%install
%kde4_makeinstall -C build
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_kde4_modulesdir}/kded_taskbarswitch.so
%{_kde4_servicesdir}/kded/taskbarswitch.desktop
%changelog