Name: python-autobahn Version: 0.5.2 Release: 1 Group: System/Libraries License: Apache-2.0 Url: http://www.tavendo.de/autobahn Summary: Autobahn WebSockets Source: http://pypi.python.org/packages/source/a/autobahn/autobahn-%{version}.zip BuildRequires: pkgconfig(python) BuildRequires: python-setuptools Requires: python-twisted %description Twisted-based WebSockets client and server framework. Autobahn includes a light-weight, asynchronous RPC/PubSub over JSON-WebSockets protocol implementation. %prep %setup -q -n autobahn-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %{python_sitelib}/*