diff --git python-markups/python-markups.spec python-markups/python-markups.spec.tmp index a1d9a10f73..59d2452c78 100644 --- python-markups/python-markups.spec +++ python-markups/python-markups.spec.tmp @@ -7,7 +7,7 @@ Name: python-markups Version: 2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Summary: A wrapper around various text markups URL: https://pypi.python.org/pypi/Markups @@ -18,9 +18,6 @@ BuildRequires: python-docutils BuildRequires: python-markdown BuildRequires: python-setuptools BuildRequires: python-textile -Requires: python-docutils -Requires: python-markdown -Requires: python-textile %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-docutils @@ -31,11 +28,22 @@ BuildRequires: python3-textile BuildArch: noarch -%description -This module provides a Python 2 wrapper around the various text markup -languages, such as Markdown and reStructuredText (these two are supported +%global _description\ +This module provides a Python 2 wrapper around the various text markup\ +languages, such as Markdown and reStructuredText (these two are supported\ by default). +%description %_description + +%package -n python2-markups +Summary: %summary +Requires: python-docutils +Requires: python-markdown +Requires: python-textile +%{?python_provide:%python_provide python2-markups} + +%description -n python2-markups %_description + %if 0%{?with_python3} %package -n python3-markups Summary: A wrapper around various text markups @@ -94,7 +102,7 @@ popd #%%endif # with_python3 -%files +%files -n python2-markups %doc changelog README.rst %license LICENSE %{python2_sitelib}/* @@ -107,6 +115,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.0-6 +- Python 2 binary package renamed to python2-markups + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild