rpms/amora/F-7 amora.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo (allisson) fedora-extras-commits at redhat.com
Thu Jan 17 20:58:03 UTC 2008


Author: allisson

Update of /cvs/extras/rpms/amora/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7679/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	amora.spec 
Log Message:

First rpm import



--- NEW FILE amora.spec ---
Name:           amora
Version:        1.0
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}svn.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libX11 libXtst-devel bluez-libs-devel imlib2-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}svn


%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}/man1/amora.1.gz

%changelog

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/amora/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jan 2008 17:17:23 -0000	1.1
+++ .cvsignore	17 Jan 2008 20:57:30 -0000	1.2
@@ -0,0 +1 @@
+amora-server-1.0svn.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/amora/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jan 2008 17:17:23 -0000	1.1
+++ sources	17 Jan 2008 20:57:30 -0000	1.2
@@ -0,0 +1 @@
+39738c99dba04f8f75069d0539a3141b  amora-server-1.0svn.tar.gz




More information about the fedora-extras-commits mailing list