Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
0b2e313870 dist-git conversion 2010-07-28 10:03:21 +00:00
Bill Nottingham
a2401081c0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:28:01 +00:00
Mikhail Fedotov
0340e0f225 build 2008-09-29 18:38:40 +00:00
Mikhail Fedotov
292c35f2d1 build 2008-09-14 20:02:43 +00:00
Huzaifa Sidhpurwala
8d5692196a Initialize branch F-8 for anyremote2html 2008-09-12 10:25:56 +00:00
5 changed files with 72 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
anyremote2html-0.6.tar.gz

View file

@ -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)

70
anyremote2html.spec Normal file
View file

@ -0,0 +1,70 @@
Summary: WEB interface for anyRemote
Name: anyremote2html
Version: 0.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
Requires:python >= 2.4, anyremote >= 4.9
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
* Mon Sep 29 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.6
- New icon set.
* Fri Sep 11 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.5.2.2-1
- Corrected autotools issue.
* Fri Sep 5 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.5.2.1-1
- Corrected spec file.
* Thu Sep 4 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.5.2-3
- Corrected spec file.
* Sun Aug 24 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.5.2-2
- Corrected files permissions and specs.
* Wed Aug 20 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.5.2
- Corrected files permissions and specs.
* Sun May 25 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.5.1
- Change default web port to 5550.
* Mon May 19 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.5
- Better integration with anyRemote.
* Tue Apr 08 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.4
- Minor bugfix
* Tue Mar 04 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.3
- Several icons were added. Use autotools to create makefile.
* Thu Aug 23 2007 Mikhail Fedotov <anyremote at mail.ru> - 0.2
- Initial release
%files
%defattr(-,root,root,-)
%{_datadir}/pixmaps/%{name}
%{_bindir}/%{name}
%{_defaultdocdir}/%{name}

View file

@ -0,0 +1 @@
23916c00c39b16f749a65adec2bdcced anyremote2html-0.6.tar.gz