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
fedotov
253838a3c2 build 2010-08-19 10:18:13 +04:00
Fedora Release Engineering
2a77be5a68 dist-git conversion 2010-07-28 10:03:22 +00:00
Mikhail Fedotov
500ed5d48e build 2010-07-08 13:41:46 +00:00
Mikhail Fedotov
47cefd17ce build 2010-07-08 13:07:04 +00:00
Jesse Keating
d59cb6fb74 Initialize branch F-13 for anyremote2html 2010-02-17 00:52:11 +00:00
6 changed files with 14 additions and 36 deletions

View file

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

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
anyremote2html-1.3.tar.gz
anyremote2html-1.4.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: anyremote2html
# $Id: Makefile,v 1.1 2008/09/12 10:25:54 huzaifas Exp $
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 $$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)

View file

@ -1,11 +1,11 @@
Summary: WEB interface for anyRemote
Name: anyremote2html
Version: 1.1
Version: 1.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
Requires:python >= 2.4, anyremote >= 5.1
Requires:python >= 2.4, anyremote >= 5.2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://anyremote.sourceforge.net/
BuildArch: noarch
@ -30,6 +30,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Aug 24 2010 Mikhail Fedotov <anyremote at mail.ru> - 1.4
- Support Set(list,select,...) command, support cookie for authorization.
* Thu Jul 08 2010 Mikhail Fedotov <anyremote at mail.ru> - 1.3
- Fix bug with refresh rate
* Thu Jul 08 2010 Mikhail Fedotov <anyremote at mail.ru> - 1.2
- Add handling Set(menu,clear) command
* Wed Jan 27 2010 Mikhail Fedotov <anyremote at mail.ru> - 1.1
- Add 128x128 icons handling.

View file

@ -1,11 +0,0 @@
anyremote2html-0_5_2_2-1:HEAD:anyremote2html-0.5.2.2-1.src.rpm:1221422490
anyremote2html-0_5_2_2-2_fc9:HEAD:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422858
anyremote2html-0_6-1_fc9:HEAD:anyremote2html-0.6-1.fc9.src.rpm:1222713285
anyremote2html-0_7-1_fc10:HEAD:anyremote2html-0.7-1.fc10.src.rpm:1233868066
anyremote2html-0_8-1_fc10:HEAD:anyremote2html-0.8-1.fc10.src.rpm:1236714128
anyremote2html-0_9-1:HEAD:anyremote2html-0.9-1.src.rpm:1237303717
anyremote2html-0_9-1_fc10:HEAD:anyremote2html-0.9-1.fc10.src.rpm:1237304257
anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243190812
anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243191264
anyremote2html-1_0-1_fc11:HEAD:anyremote2html-1.0-1.fc11.src.rpm:1247072444
anyremote2html-1_1-1_fc12:HEAD:anyremote2html-1.1-1.fc12.src.rpm:1264608850

View file

@ -1 +1 @@
e009c24d5a8aa054b0529342a9ecf29c anyremote2html-1.1.tar.gz
f893eb0442e4b8bf294c9649952de3cc anyremote2html-1.4.tar.gz