File ksnapshot.spec of Package ksnapshot
#
# spec file for package ksnapshot
#
# 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: ksnapshot
BuildRequires: libexiv2-devel
BuildRequires: libkdcraw-devel
BuildRequires: libkde4-devel
BuildRequires: libkexiv2-devel
BuildRequires: libkipi-devel
BuildRequires: oxygen-icon-theme-large
%if 0%{?suse_version} > 1130
BuildRequires: sane-backends-devel
%else
BuildRequires: sane-backends
%endif
Version: 4.7.2
Release: 1
License: GPLv2+
Summary: Screen Capture Program
Url: http://www.kde.org
Group: Productivity/Graphics/Other
Source0: %{name}-%{version}.tar.bz2
Provides: kde4-ksnapshot = 4.3.0
Obsoletes: kde4-ksnapshot < 4.3.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
A screenshot utility for KDE
%prep
%setup -q
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%make_install
cd ..
%suse_update_desktop_file -r ksnapshot Utility DesktopUtility
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%_kde4_bindir/ksnapshot
%_kde4_bindir/kbackgroundsnapshot
%_kde4_applicationsdir/ksnapshot.desktop
%{_datadir}/dbus-1/interfaces/org.kde.ksnapshot.xml
%{_datadir}/icons/hicolor/*/apps/ksnapshot.*
%_kde4_htmldir/en/ksnapshot/
%changelog