Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 8cab6db4e1f8c4fd6877bc69a3942065 > files > 2

amora-server-1.1-1mdv2010.1.src.rpm

Name: amora-server
Version: 1.1
Release: %mkrel 1
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
BuildRequires: libimlib2-devel
BuildRequires: libbluez-devel
BuildRequires: libxtst-devel
BuildRequires: libx11-devel
BuildRequires: dbus-devel
BuildRoot: %{_tmppath}/%{name}-%{version}
Obsoletes: amora <= 0.9svn-1mdv2008.1

%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
%configure2_5x
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

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


%changelog
* Mon Nov 30 2009 Funda Wang <fwang@mandriva.org> 1.1-1mdv2010.1
+ Revision: 471631
- new version 1.1

* Thu Sep 10 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.0-4mdv2010.0
+ Revision: 436646
- rebuild

* Tue Mar 03 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.0-3mdv2009.1
+ Revision: 347699
- rebuild for latest bluez libs

* Thu Jun 19 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0-2mdv2009.0
+ Revision: 226153
- rebuild

* Thu Jan 24 2008 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.0-1mdv2008.1
+ Revision: 157690
- new upstream version: 1.0
- new project/package name: amora-server
- adding manpages_names.patch (s/amora/amorad/, etc)
- adding help.patch (fixes --help message)
- project has new name: amora-server

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Nov 12 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 0.9svn-1mdv2008.1
+ Revision: 108255
- add more build-requirements: libxtst-devel, libx11-devel
- add missing build-requirement for bluez-devel
- import amora