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.
anyremote2html/anyremote2html.spec
Mikhail Fedotov 292c35f2d1 build
2008-09-14 20:02:43 +00:00

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}