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.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
ff6607edd5 dist-git conversion 2010-07-28 10:03:26 +00:00
Mikhail Fedotov
f4d950e0b3 build 2010-01-27 16:14:55 +00:00
Bill Nottingham
d9d68f4695 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:28:01 +00:00
Mikhail Fedotov
d2e804b6d9 build 2009-07-08 17:02:52 +00:00
Mikhail Fedotov
e3d55ed772 build 2009-05-24 18:53:48 +00:00
Jesse Keating
5a1a31e24b Initialize branch F-11 for anyremote2html 2009-04-15 08:01:22 +00:00
6 changed files with 15 additions and 33 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
anyremote2html-1.1.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)

View file

@ -1,11 +1,11 @@
Summary: WEB interface for anyRemote
Name: anyremote2html
Version: 0.9
Version: 1.1
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
Requires:python >= 2.4, anyremote >= 5.1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://anyremote.sourceforge.net/
BuildArch: noarch
@ -30,7 +30,17 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Mar 16 2009 Mikhail Fedotov <anyremote at mail.ru> - 0.9
* Wed Jan 27 2010 Mikhail Fedotov <anyremote at mail.ru> - 1.1
- Add 128x128 icons handling.
* Wed Jul 8 2009 Mikhail Fedotov <anyremote at mail.ru> - 1.0
- Handle Get(password) command. Add -m command line option.
Add 48x48 icons handling.
* Sun May 24 2009 Mikhail Fedotov <anyremote at mail.ru> - 0.10
- Accesskey attribute was added (thanks to Manuel Monge).
* Mon Mar 16 2009 Mikhail Fedotov <anyremote at mail.ru> - 0.9-2
- Fixed handling of Set(list...) command and reconnect issue.
* Tue Mar 10 2009 Mikhail Fedotov <anyremote at mail.ru> - 0.8

View file

@ -1,7 +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

View file

@ -1 +1 @@
bd902a9e0f79636759a044e079ca2ad8 anyremote2html-0.9.tar.gz
e009c24d5a8aa054b0529342a9ecf29c anyremote2html-1.1.tar.gz