Name: python-websockify Version: 0.1.0 Release: 2%{?dist} Summary: WSGI based adapter for the Websockets protocol License: LGPLv3 URL: https://github.com/kanaka/websockify Source0: https://github.com/downloads/kanaka/websockify/websockify-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel Requires: numpy %description %prep %setup -q -n websockify-%{version} %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__install} websockify.py %{buildroot}/%{python_sitelib} %{__install} websocket.py %{buildroot}/%{python_sitelib} %files %doc LICENSE.txt docs %{python_sitelib}/websockify.py* %{python_sitelib}/websocket.py* %{python_sitelib}/websockify-%{version}-py?.?.egg-info %{_bindir}/websockify %changelog * Fri May 11 2012 Matthias Runge - 0.1.0-2 - spec cleanup * Thu May 10 2012 Adam Young - 0.1.0-1 - Initial RPM release.