Blob Blame History Raw
Name:           amora
Version:        1.1
Release:        2%{?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:  libX11 libXtst-devel bluez-libs-devel imlib2-devel dbus-devel
#Requires:       

%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 -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 Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> 1.1-2
- Rebuild

* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 1.1-1
- Update to 1.1
- Added dbus-devel in BuildRequires

* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0-2
- Autorebuild for GCC 4.3

* 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