Name: amora-server Version: 1.0svn Release: 2 Summary: A mobile remote assistant (server) License: GPLv2 Group: System/X11 URL: http://code.google.com/p/amora/ Source: http://amora.googlecode.com/files/amora-server-%{version}.tar.gz Packager: Ademar de Souza Reis Jr. Obsoletes: amora-server <= 0.9svn # build-requirements for Mandriva Linux, please # adapt to your favorite distribution BuildRequires: libimlib2-devel BuildRequires: libbluez-devel BuildRequires: libx11-devel BuildRequires: libxtst-devel BuildRoot: %{_tmppath}/%{name}-%{version} %description Amora is an application that enables you to control your PC desktop using a cellphone. It uses bluetooth to send mouse and keyboard events to the graphical session. With it you can control your slides in OpenOffice.org, movies or any other application. Amora also has a screenshot feature, where you can see a thumbnail in the cellphone screen of the currently focused window in your desktop. In order to use amora, you need a mobile phone with amora-client installed and running. The current client is implemented in Python for S60 (Nokia cellphones) and is available at http://code.google.com/p/amora/ %prep %setup -q %build %configure %make %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) %doc README %{_bindir}/amorad %{_mandir}/man8/amorad.8.* %{_mandir}/man7/amora.7.* %changelog * Tue Jan 29 2008 Ademar de Souza Reis Jr + amora-server-1.0svn-2 - Added obsoletes for previous version (s/amora/amora-server/); - Added rpm changelogs; - Updated tarball to latest svn, so that it's self-contained (no major changes, just project renaming issues, unit-tests and minor cosmetic fixes); * Tue Jan 15 2008 Ademar de Souza Reis Jr + amora-server-1.0svn-1 - Renamed from amora to amora-server (fixed filelists, build, etc) * Mon Nov 12 2007 Ademar de Souza Reis Jr + amora-0.9svn-1 - add amora.spec (should work in other distributions besides Mandriva Linux - with minor build-requirement changes)