diff --git python-mistune/python-mistune.spec python-mistune/python-mistune.spec.tmp index 50abc21013..74fb8eed68 100644 --- python-mistune/python-mistune.spec +++ python-mistune/python-mistune.spec.tmp @@ -3,7 +3,7 @@ Name: python-mistune Version: 0.7.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Markdown parser for Python License: BSD @@ -21,9 +21,17 @@ BuildRequires: python3-nose BuildRequires: python3-setuptools %endif -%description -The fastest markdown parser in pure Python, inspired by marked. +%global _description\ +The fastest markdown parser in pure Python, inspired by marked.\ + + +%description %_description +%package -n python2-%{upname} +Summary: %summary +%{?python_provide:%python_provide python2-%{upname}} + +%description -n python2-%{upname} %_description %if 0%{?with_python3} %package -n python3-%{upname} @@ -77,7 +85,7 @@ popd %{__python2} setup.py test -%files +%files -n python2-%{upname} %doc LICENSE README.rst # For arch-specific packages: sitearch %{python2_sitearch}/%{upname}.* @@ -92,6 +100,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.3-7 +- Python 2 binary package renamed to python2-mistune + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.7.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild