Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56c310b04f | ||
|
|
1ad59b7377 | ||
|
|
947d5d8fe5 | ||
|
|
873857f907 | ||
|
|
9bbd3044fe | ||
|
|
67c8b51595 | ||
|
|
b7cefb2d14 | ||
|
|
5b9e8c33a0 | ||
|
|
9ffb7c4288 | ||
|
|
b7318c07e2 | ||
|
|
c385b49141 |
4 changed files with 1 additions and 97 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
anyremote2html-1.3.tar.gz
|
||||
|
|
@ -1,95 +0,0 @@
|
|||
Summary: WEB interface for anyRemote
|
||||
Name: anyremote2html
|
||||
Version: 1.3
|
||||
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
|
||||
|
||||
* 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.
|
||||
|
||||
* 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
1
dead.package
Normal 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.
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
6d28df73343e08f175b8a547fe625abd anyremote2html-1.3.tar.gz
|
||||
Reference in a new issue