diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e1e3720..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -amora-server-1.1.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 38e75d3..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: amora -# $Id: Makefile,v 1.1 2008/01/17 17:17:23 kevin Exp $ -NAME := amora -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/amora.spec b/amora.spec deleted file mode 100644 index 6c43a5f..0000000 --- a/amora.spec +++ /dev/null @@ -1,77 +0,0 @@ -Name: amora -Version: 1.1 -Release: 5%{?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 -* Fri Jul 24 2009 Fedora Release Engineering - 1.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Feb 23 2009 Fedora Release Engineering - 1.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - - -* Fri Jan 23 2009 Allisson Azevedo 1.1-3 -- Rebuild - -* Thu Sep 11 2008 - Bastien Nocera 1.1-2 -- Rebuild - -* Sat Sep 6 2008 Allisson Azevedo 1.1-1 -- Update to 1.1 -- Added dbus-devel in BuildRequires - -* Mon Feb 18 2008 Fedora Release Engineering - 1.0-2 -- Autorebuild for GCC 4.3 - -* Tue Jan 15 2008 Allisson Azevedo 1.0-1 -- Update to 1.0 - -* Mon Dec 17 2007 Allisson Azevedo 0.9-1 -- Initial RPM release diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/import.log b/import.log deleted file mode 100644 index 8ad77e0..0000000 --- a/import.log +++ /dev/null @@ -1,2 +0,0 @@ -amora-1_1-1_fc9:HEAD:amora-1.1-1.fc9.src.rpm:1220722039 -amora-1_1-3_fc10:HEAD:amora-1.1-3.fc10.src.rpm:1232710340 diff --git a/sources b/sources deleted file mode 100644 index 98f2175..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -274d53f40feabb09563eb90ae1c1b38f amora-server-1.1.tar.gz