diff --git python-qserve/python-qserve.spec python-qserve/python-qserve.spec.tmp index f539d0cb35..02c0ab0003 100644 --- python-qserve/python-qserve.spec +++ python-qserve/python-qserve.spec.tmp @@ -2,7 +2,7 @@ Name: python-%{module_name} Version: 0.2.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Job queue server License: BSD @@ -14,12 +14,20 @@ BuildRequires: python2-devel BuildRequires: pytest BuildRequires: python-gevent BuildRequires: python-simplejson + +%global _description\ +qserve is a job queue server written in Python.\ + + +%description %_description + +%package -n python2-%{module_name} +Summary: %summary Requires: python-gevent Requires: python-simplejson +%{?python_provide:%python_provide python2-%{module_name}} -%description -qserve is a job queue server written in Python. - +%description -n python2-%{module_name} %_description %prep %setup -qn %{module_name}-%{version} @@ -38,12 +46,16 @@ sed -i '/^#!/d' qs/*.py py.test -%files +%files -n python2-%{module_name} %doc README.rst %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.8-10 +- Python 2 binary package renamed to python2-qserve + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild