Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5d8bc2116398855510fa4f6b3074f729 > files > 4

amora-server-1.0-2mdv2009.0.src.rpm

Name: amora-server
Version: 1.0
Release: %mkrel 2
Summary: A mobile remote assistant (server)
License: GPLv2
Group: System/X11
URL: http://code.google.com/p/amora/
# the svn on the tarball name is bogus, it's actually amora-1.0, see
# http://groups.google.com/group/amora-devel/browse_thread/thread/2a8f64a4fd6ce6ca
Source: http://amora.googlecode.com/files/amora-server-%{version}svn.tar.gz
Patch0: amora-server-1.0-manpages_names.patch
Patch1: amora-server-1.0-help.patch
BuildRequires: libimlib2-devel
BuildRequires: libbluez-devel
BuildRequires: libxtst-devel
BuildRequires: libx11-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}svn
%patch0 -p0 -b .man_names
%patch1 -p0 -b .help

%build
# because of patch0
autoreconf -ifs
%configure
%make

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

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

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


%changelog
* 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