File kmag.spec of Package kmag
#
# spec file for package kmag
#
# Copyright (c) 2012 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: kmag
BuildRequires: alsa-devel
BuildRequires: libkde4-devel
BuildRequires: oxygen-icon-theme-large
BuildRequires: sbl
BuildRequires: xz
Summary: Screen Magnifier
License: GPL-2.0
Group: System/GUI/KDE
Url: http://www.kde.org
Version: 4.8.4
Release: 0
Source0: %{name}-%version.tar.xz
Patch: 4_7_BRANCH.diff
Patch1: 333b494a4dc9998c51914c2879fec14e01706d82.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kde4-kmag = 4.3.0
Obsoletes: kde4-kmag < 4.3.0
%kde4_runtime_requires
%description
Magnifies a part of the screen.
%prep
%setup -q
%patch
%patch1 -p1
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%suse_update_desktop_file -r kmag Utility Accessibility
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%_kde4_bindir/kmag
%_kde4_applicationsdir/kmag.desktop
%_kde4_htmldir/en/kmag/
%_kde4_iconsdir/hicolor/*/*/*.png
%_kde4_appsdir/kmag/
%_mandir/man1/kmag.1.gz
%changelog