File kdebase4-wallpapers.spec of Package kdebase4-workspace
#
# spec file for package kdebase4-wallpapers (Version 4.6.41_20110106)
#
# Copyright (c) 2011 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/
#
Name: kdebase4-wallpapers
BuildRequires: libdbusmenu-qt-devel libkdepimlibs4-devel libqimageblitz-devel
License: GPLv2+
Group: System/GUI/KDE
Summary: KDE 4 Wallpapers
Url: http://www.kde.org/
Version: 4.6.41_20110508
Release: 1
Source0: kde-workspace-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package contains the wallpapers of KDE 4.
Authors:
--------
The KDE Team <kde@kde.org>
%prep
%setup -q -n kde-workspace-%version
%build
%cmake_kde4 -d build
cd wallpapers
%make_jobs
%install
cd build/wallpapers
%makeinstall
rm -rf $RPM_BUILD_ROOT/usr/share/wallpapers/Air
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING README
/usr/share/wallpapers
%changelog