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.

9 commits

Author SHA1 Message Date
Till Maas
56c310b04f 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. 2014-06-04 19:25:10 +02:00
Dennis Gilmore
1ad59b7377 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:36:28 -06:00
Dennis Gilmore
947d5d8fe5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 11:08:40 -05:00
Dennis Gilmore
873857f907 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:19:58 -06:00
Dennis Gilmore
9bbd3044fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:21:29 -06:00
fedotov
67c8b51595 build 2010-08-19 10:18:12 +04:00
Fedora Release Engineering
b7cefb2d14 dist-git conversion 2010-07-28 10:03:24 +00:00
Mikhail Fedotov
5b9e8c33a0 build 2010-07-08 13:42:19 +00:00
Mikhail Fedotov
9ffb7c4288 build 2010-07-08 13:07:05 +00:00
6 changed files with 1 additions and 123 deletions

View file

@ -1 +0,0 @@
anyremote2html-1.1.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,89 +0,0 @@
Summary: WEB interface for anyRemote
Name: anyremote2html
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 >= 5.1
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 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
- 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
- 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}

1
dead.package Normal file
View file

@ -0,0 +1 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

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 +0,0 @@
e009c24d5a8aa054b0529342a9ecf29c anyremote2html-1.1.tar.gz