diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f294bc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +anyremote2html-1.0.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 288e108..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: anyremote2html -# $Id$ -NAME := anyremote2html -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 $$/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/anyremote2html.spec b/anyremote2html.spec new file mode 100644 index 0000000..6d153df --- /dev/null +++ b/anyremote2html.spec @@ -0,0 +1,86 @@ +Summary: WEB interface for anyRemote +Name: anyremote2html +Version: 1.0 +Release: 1%{?dist} +License: GPLv2+ +Group: Applications/System +Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz +Requires:python >= 2.4, anyremote >= 4.17 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://anyremote.sourceforge.net/ +BuildArch: noarch + +%description +WEB interface for anyRemote - http://anyremote.sourceforge.net/ - remote +control software through bluetooth, IR or TCP/IP connection. anyRemote2html +acts as HTTP server and translates anyRemote commands to HTML. + +%prep +%setup -q + +%build +%configure + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT install="install -p" + +%clean +rm -rf $RPM_BUILD_ROOT + +%changelog + +* Wed Jul 8 2009 Mikhail Fedotov - 1.0 +- Handle Get(password) command. Add -m command line option. + Add 48x48 icons handling. + +* Sun May 24 2009 Mikhail Fedotov - 0.10 +- Accesskey attribute was added (thanks to Manuel Monge). + +* Mon Mar 16 2009 Mikhail Fedotov - 0.9-2 +- Fixed handling of Set(list...) command and reconnect issue. + +* Tue Mar 10 2009 Mikhail Fedotov - 0.8 +- Force image caching on client side. + +* Wed Feb 4 2009 Mikhail Fedotov - 0.7 +- Updated the icon set. + +* Mon Sep 29 2008 Mikhail Fedotov - 0.6 +- New icon set. + +* Fri Sep 11 2008 Mikhail Fedotov - 0.5.2.2-1 +- Corrected autotools issue. + +* Fri Sep 5 2008 Mikhail Fedotov - 0.5.2.1-1 +- Corrected spec file. + +* Thu Sep 4 2008 Mikhail Fedotov - 0.5.2-3 +- Corrected spec file. + +* Sun Aug 24 2008 Mikhail Fedotov - 0.5.2-2 +- Corrected files permissions and specs. + +* Wed Aug 20 2008 Mikhail Fedotov - 0.5.2 +- Corrected files permissions and specs. + +* Sun May 25 2008 Mikhail Fedotov - 0.5.1 +- Change default web port to 5550. + +* Mon May 19 2008 Mikhail Fedotov - 0.5 +- Better integration with anyRemote. + +* Tue Apr 08 2008 Mikhail Fedotov - 0.4 +- Minor bugfix + +* Tue Mar 04 2008 Mikhail Fedotov - 0.3 +- Several icons were added. Use autotools to create makefile. + +* Thu Aug 23 2007 Mikhail Fedotov - 0.2 +- Initial release + +%files +%defattr(-,root,root,-) +%{_datadir}/pixmaps/%{name} +%{_bindir}/%{name} +%{_defaultdocdir}/%{name} diff --git a/sources b/sources index e69de29..d60a078 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +96ccc68db94ff8d76ffff4ac663fd719 anyremote2html-1.0.tar.gz