Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d0ec61780 | ||
|
|
e8f4ec397d | ||
|
|
cc581dbb22 | ||
|
|
4e95bc45b1 | ||
|
|
1567f07406 | ||
|
|
45b0c0c8c5 | ||
|
|
b07f12743a | ||
|
|
f9928e8c86 | ||
|
|
3e3cd4ac30 |
6 changed files with 20 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
||||||
anyremote2html-0.6.tar.gz
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
anyremote2html-1.0.tar.gz
|
||||||
21
Makefile
21
Makefile
|
|
@ -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)
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
Summary: WEB interface for anyRemote
|
Summary: WEB interface for anyRemote
|
||||||
Name: anyremote2html
|
Name: anyremote2html
|
||||||
Version: 0.6
|
Version: 1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
|
||||||
Requires:python >= 2.4, anyremote >= 4.9
|
Requires:python >= 2.4, anyremote >= 4.17
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
URL: http://anyremote.sourceforge.net/
|
URL: http://anyremote.sourceforge.net/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
@ -30,6 +30,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Force image caching on client side.
|
||||||
|
|
||||||
|
* Wed Feb 4 2009 Mikhail Fedotov <anyremote at mail.ru> - 0.7
|
||||||
|
- Updated the icon set.
|
||||||
|
|
||||||
* Mon Sep 29 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.6
|
* Mon Sep 29 2008 Mikhail Fedotov <anyremote at mail.ru> - 0.6
|
||||||
- New icon set.
|
- New icon set.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +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
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
23916c00c39b16f749a65adec2bdcced anyremote2html-0.6.tar.gz
|
96ccc68db94ff8d76ffff4ac663fd719 anyremote2html-1.0.tar.gz
|
||||||
|
|
|
||||||
Reference in a new issue