File simple-ccsm-kde.spec of Package simple-ccsm-kde
#
# spec file for package simple-ccsm-kde (Version 1.0)
#
# Copyright (c) 2008 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.0
Release: 9
Source: simple-ccsm-kde-%{version}.tar.bz2
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
%changelog
* Mon Dec 01 2008 ro@suse.de
- added ExclusiveArch
* Sat Nov 29 2008 stbinner@suse.de
- use 11.1 for lang requirement to fix teamplay with bundle-lang
* Thu Nov 20 2008 llunak@suse.cz
- %%suse_update_desktop_file (bnc#445725)
* Fri Nov 07 2008 stbinner@suse.de
- add requirement on simple-ccsm-kde-lang
* Mon Nov 03 2008 llunak@suse.cz
- add .desktop file (bnc#432330)
* Wed Oct 22 2008 llunak@suse.cz
- Don't crash with some optional plugins missing (bnc#428106)
- Don't crash with some optional plugins missing (bnc#428106)
- Don't crash with some optional plugins missing (bnc#428106)
* Thu Oct 16 2008 llunak@suse.cz
- Adjust for animation plugin changes (bnc#428106)
* Thu Sep 11 2008 llunak@suse.cz
- Let's call it feature complete
* Thu Sep 04 2008 llunak@suse.cz
- Initial version