File kcemirror.spec of Package kcemirror
#
# spec file for package kcemirror
#
# 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: kcemirror
Version: 0.1.1
Release: 0
Summary: Software to control your Windows CE PocketPC device from your desktop
License: MIT
Group: Hardware/Mobile
Url: http://www.synce.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://downloads.sourceforge.net/project/synce/SynCE-KDE/kde4-kcemirror/kde4-kcemirror-%{version}.tar.gz
BuildRequires: libkde4-devel >= 3.94
BuildRequires: libsynce-devel >= 0.14
Requires: kdebase4-runtime >= 3.94
Requires: kio_rapip
Recommends: synce-connector
Suggests: synce-kpm
Provides: kde4-kcemirror = %{version}
Obsoletes: kde4-kcemirror < %{version}
%description
SynCE-KDE KCEMirror is a system to interact with a Windows CE device by simply using your desktops display, mouse, and
keyboard. This system is made up of two dependent software components:
Screensnap is used on the Windows CE side to capture the screen of the device continuously, to compress this captured
image and to send it over the network to the client software on the PC. It is also responsible for synthesing keyboard
and mouse events on the Windows CE device, received from the PC client software.
kcemirror is the client software on the PC side. It receives the compressed image of the Windows CE screen,
decompresses it and displays it on the PC's screen.
%prep
%setup -q -n kde4-%{name}-%{version}
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%{?make_install} %{!?make_install:%makeinstall}
%kde_post_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog INSTALL COPYING README
%{_bindir}/kcemirror
%docdir %{_kde_html_dir}/en/kcemirror
%{_kde_html_dir}/en/kcemirror
%{_datadir}/icons/hicolor/*/apps/kcemirror.png
%{_kde_share_dir}/apps/kcemirror
%changelog