File orbited.spec of Package orbited
# There is a "pyorbited", so we just call this orbited to minimize confusion.
Name: orbited
Summary: A browser(javascript)->tcp bridge
Version: 0.7.10
Release: 1
License: MIT and BSD
Group: System Environment/Daemons
URL: http://www.orbited.org/
Source0: http://pypi.python.org/packages/source/o/orbited/orbited-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires: python-setuptools, python-devel
Requires: python-demjson, python-twisted-web, python-morbid >= 0.8.6.1
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Orbited provides a pure JavaScript/HTML socket in the browser. It is a web
router and firewall that allows you to integrate web applications with
arbitrary back-end systems. You can implement any network protocol in the
browser—without resorting to plugins.
%prep
%setup -q
%build
%{__python} setup.py build
%install
%{__python} setup.py install --skip-build --prefix=%{_prefix} --root %{buildroot} --record-rpm=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root,-)