File kdebase4-wallpapers.spec of Package kdebase4-workspace
#
# spec file for package kdebase4-wallpapers (Version 4.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/
#
Name: kdebase4-wallpapers
BuildRequires: NetworkManager-devel bluez-devel libQtWebKit-devel libkdepimlibs4-devel libqimageblitz-devel libsmbclient-devel libxklavier-devel
%if %suse_version > 1020
BuildRequires: libusb-devel
%else
BuildRequires: libusb
%endif
License: GPL v2 or later
Group: System/GUI/KDE
Summary: KDE 4 Wallpapers
Url: http://www.kde.org/
Version: 4.1.3
Release: 10.<RELEASE4>
Source0: kdebase-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 kdebase-workspace-%version
%build
%cmake_kde4 -d build
cd wallpapers
%make_jobs
%install
cd build/wallpapers
%makeinstall
rm -r $RPM_BUILD_ROOT/usr/share/wallpapers/Blue_Curl
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING README
/usr/share/wallpapers
%changelog