35 lines
852 B
RPMSpec
35 lines
852 B
RPMSpec
Summary: WEB interface for anyRemote
|
|
Name: anyremote2html
|
|
Version: 0.5.2.2
|
|
Release: 1
|
|
License: GPLv2+
|
|
Group: Applications/System
|
|
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
|
|
Requires:python >= 2.4, anyremote >= 4.5
|
|
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
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_datadir}/pixmaps/%{name}
|
|
%{_bindir}/%{name}
|
|
%{_defaultdocdir}/%{name}
|