File simple-ccsm-kde.spec of Package simple-ccsm-kde
#
# spec file for package simple-ccsm-kde (Version 1.1)
#
# Copyright (c) 2009 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: simple-ccsm-kde
BuildRequires: libcompizconfig-devel libkde4-devel
BuildRequires: update-desktop-files
License: GPL v2 or later
#Url: http://yakuake.kde.org/
Group: System/GUI/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KDE Simple Settings Manager for Compiz
Version: 1.1
Release: 3
Source: simple-ccsm-kde-%{version}.tar.bz2
# no lang subpackage (2009-06-12)
#Requires: %{name}-lang = 11.1
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64
%description
Compiz settings manager for KDE focused on simplicity and aimed at end
users.
Authors:
--------
Lubos Lunak <l.lunak@suse.cz>
%prep
%setup -n simple-ccsm-kde-%{version} -q
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%suse_update_desktop_file simple-ccsm-kde DesktopSettings
#%post -p /sbin/ldconfig
#%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README COPYING
/usr/bin/simple-ccsm-kde
%_kde_share_dir/apps/simple-ccsm-kde
/usr/share/applications/kde4/simple-ccsm-kde.desktop
/usr/share/icons/hicolor/*/apps/simple-ccsm-kde.png
%changelog