diff --git python-TornadIO2/python-TornadIO2.spec python-TornadIO2/python-TornadIO2.spec.tmp index 2ec14ed9fd..a2528cb3e8 100644 --- python-TornadIO2/python-TornadIO2.spec +++ python-TornadIO2/python-TornadIO2.spec.tmp @@ -16,7 +16,7 @@ Name: python-TornadIO2 Version: 0.0.4 -Release: 10%{?dist} +Release: 11%{?dist} License: ASL 2.0 Summary: Socket.io server on top of Tornado framework Url: http://github.com/MrJoes/tornadio2/ @@ -25,9 +25,6 @@ Source0: http://pypi.python.org/packages/source/T/TornadIO2/TornadIO2-%{ # patch adding LICENSE to release tarball accepted upstream, will be included in the next version Source1: LICENSE -Requires: python-tornado -Requires: python-simplejson - BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-tornado @@ -35,12 +32,22 @@ BuildRequires: python-simplejson BuildArch: noarch -%description -This is python server implementation of the Socket.IO real-time transport -library on top of the Tornado framework. TornadIO2 is compatible with 0.7+ -version of the Socket.IO and implements most of the features found in original +%global _description\ +This is python server implementation of the Socket.IO real-time transport\ +library on top of the Tornado framework. TornadIO2 is compatible with 0.7+\ +version of the Socket.IO and implements most of the features found in original\ Socket.IO server software. +%description %_description + +%package -n python2-tornadio2 +Summary: %summary +Requires: python-tornado +Requires: python-simplejson +%{?python_provide:%python_provide python2-tornadio2} + +%description -n python2-tornadio2 %_description + %prep %setup -q -n TornadIO2-%{version} rm -rf %{pypi_name}.egg-info @@ -52,12 +59,16 @@ cp %{SOURCE1} . %install %{__python} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-tornadio2 %doc LICENSE %defattr(-,root,root,-) %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.0.4-11 +- Python 2 binary package renamed to python2-tornadio2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild