Blob Blame History Raw
Name:		amora
Version:	1.1
Release:	1%{?dist}
Summary:	A mobile remote assistant

Group:		Applications/Communications
License:	GPLv2+
URL:		http://code.google.com/p/amora
Source0:	http://amora.googlecode.com/files/amora-server-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	bluez-libs-devel libXtst-devel imlib2-devel

%description
Amora is an application that enables you to control your PC desktop using a
cellphone. It uses blue-tooth 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 screen-shot 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 -n amora-server-%{version}


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING
%{_bindir}/amorad
%{_mandir}/man7/amora.7.gz
%{_mandir}/man8/amorad.8.gz

%changelog
* Thu Apr 01 2010 Filipe Rosset <rosset.filipe@gmail.com> 1.1-1
- Update to 1.1

* Tue Jan 15 2008 Allisson Azevedo <allisson@gmail.com> 1.0-1
- Update to 1.0

* Mon Dec 17 2007 Allisson Azevedo <allisson@gmail.com> 0.9-1
- Initial RPM release