diff --git python-curtsies/python-curtsies.spec python-curtsies/python-curtsies.spec.tmp index 70b6a2959b..6768312d61 100644 --- python-curtsies/python-curtsies.spec +++ python-curtsies/python-curtsies.spec.tmp @@ -1,28 +1,36 @@ Summary: Curses-like terminal wrapper, with colored strings Name: python-curtsies Version: 0.2.11 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: Development/Tools URL: https://github.com/thomasballinger/curtsies Source0: https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-%{version}.tar.gz BuildArch: noarch -Requires: python-blessings >= 1.5 -Requires: python2-wcwidth >= 0.1.4 BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -Curtsies is curses-like terminal wrapper, can be to annotate portions -of strings with terminal colors and formatting. - -Most terminals will display text in color if you use ANSI escape codes -- curtsies makes rendering such text to the terminal easy. Curtsies -assumes use of an VT-100 compatible terminal: unlike curses, it has no +%global _description\ +Curtsies is curses-like terminal wrapper, can be to annotate portions\ +of strings with terminal colors and formatting.\ +\ +Most terminals will display text in color if you use ANSI escape codes\ +- curtsies makes rendering such text to the terminal easy. Curtsies\ +assumes use of an VT-100 compatible terminal: unlike curses, it has no\ compatibility layer for other types of terminals. +%description %_description + +%package -n python2-curtsies +Summary: %summary +Requires: python-blessings >= 1.5 +Requires: python2-wcwidth >= 0.1.4 +%{?python_provide:%python_provide python2-curtsies} + +%description -n python2-curtsies %_description + %package -n python3-curtsies Summary: Curses-like terminal wrapper, with colored strings Group: Development/Tools @@ -49,7 +57,7 @@ compatibility layer for other types of terminals. %{py2_install} %{py3_install} -%files +%files -n python2-curtsies %license LICENSE %doc readme.md %{python2_sitelib}/curtsies @@ -62,6 +70,10 @@ compatibility layer for other types of terminals. %{python3_sitelib}/curtsies-*-py*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.11-5 +- Python 2 binary package renamed to python2-curtsies + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild