Name: python-websockify Version: 0.8.0 Release: 2%{?dist} Summary: WSGI based adapter for the Websockets protocol License: LGPLv3 URL: https://github.com/kanaka/websockify Source0: https://github.com/kanaka/websockify/archive/v%{version}.tar.gz#/websockify-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools Requires: python-setuptools %description Python WSGI based adapter for the Websockets protocol %prep %setup -q -n websockify-%{version} # TODO: Have the following handle multi line entries sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} rm -Rf %{buildroot}/usr/share/websockify mkdir -p %{buildroot}%{_mandir}/man1/ install -m 444 docs/websockify.1 %{buildroot}%{_mandir}/man1/ %files %doc LICENSE.txt docs %{_mandir}/man1/websockify.1* %{python_sitelib}/websockify/* %{python_sitelib}/websockify-%{version}-py?.?.egg-info %{_bindir}/websockify %changelog * Tue Jul 19 2016 Fedora Release Engineering - 0.8.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri Feb 19 2016 Solly Ross - 0.8.0-1 - Update to release 0.8.0 * Thu Feb 04 2016 Fedora Release Engineering - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Apr 29 2015 Pádraig Brady - 0.6.0-2 - Support big endian systems - rhbz#1216219 * Mon Mar 23 2015 Nikola Đipanov - 0.6.0-1 - Update to release 0.6.0 * Sun Jun 08 2014 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Sep 10 2013 Nikola Đipanov - 0.5.1-1 - Update to release 0.5.1 * Sun Aug 04 2013 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jun 20 2013 Pádraig Brady - 0.4.1-1 - Update to release 0.4.1 * Tue Mar 12 2013 Pádraig Brady - 0.2.0-4 - Add runtime dependency on setuptools * Thu Feb 14 2013 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Oct 31 2012 Pádraig Brady - 0.2.0-2 - Remove hard dependency on numpy * Mon Oct 22 2012 Nikola Đipanov - 0.2.0-1 - Moving to the upstream version 0.2.0 * Sat Jul 21 2012 Fedora Release Engineering - 0.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 6 2012 Adam Young - 0.1.0-4 - Added Description - Added Manpage * 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.