diff --git python-pudb/python-pudb.spec python-pudb/python-pudb.spec.tmp index 816a535127..d5f16476db 100644 --- python-pudb/python-pudb.spec +++ python-pudb/python-pudb.spec.tmp @@ -7,7 +7,7 @@ Name: python-pudb Version: 2015.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A full-screen, console-based Python debugger License: MIT URL: http://mathema.tician.de/software/pudb @@ -16,17 +16,25 @@ Source0: http://pypi.python.org/packages/source/p/%{upstream_name}/%{upstr BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools + +%global _description\ +PuDB is a full-screen, console-based visual debugger for Python.\ +\ +Its goal is to provide all the niceties of modern GUI-based debuggers in a more\ +lightweight and keyboard-friendly package. PuDB allows you to debug code right\ +where you write and test it--in a terminal. If you've worked with the excellent\ +(but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look\ +familiar. + +%description %_description + +%package -n python2-%{upstream_name} +Summary: %summary Requires: python-urwid Requires: python-pygments +%{?python_provide:%python_provide python2-%{upstream_name}} -%description -PuDB is a full-screen, console-based visual debugger for Python. - -Its goal is to provide all the niceties of modern GUI-based debuggers in a more -lightweight and keyboard-friendly package. PuDB allows you to debug code right -where you write and test it--in a terminal. If you've worked with the excellent -(but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look -familiar. +%description -n python2-%{upstream_name} %_description %if 0%{?with_python3} %package -n python3-%{upstream_name} @@ -76,7 +84,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-%{upstream_name} %doc README.rst LICENSE %{python2_sitelib}/%{module_name} %{python2_sitelib}/%{module_name}*.egg-info @@ -91,6 +99,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2015.3-8 +- Python 2 binary package renamed to python2-pudb + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2015.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild