diff --git python-cliff-tablib/python-cliff-tablib.spec python-cliff-tablib/python-cliff-tablib.spec.tmp index da3fe4a2e8..1f4a6f129b 100644 --- python-cliff-tablib/python-cliff-tablib.spec +++ python-cliff-tablib/python-cliff-tablib.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tablib formatters for python-cliff License: ASL 2.0 @@ -17,14 +17,22 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-sphinx -Requires: python-cliff -Requires: python-tablib -%description -cliff-tablib is a set of formatter extensions for producing JSON, +%global _description\ +cliff-tablib is a set of formatter extensions for producing JSON,\ YAML, and HTML output in programs created with the cliff framework. +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary +Requires: python-cliff +Requires: python-tablib +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %_description + %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Tablib formatters for python3-cliff @@ -78,7 +86,7 @@ popd %endif -%files +%files -n python2-%{pypi_name} %doc html %{python2_sitelib}/clifftablib %{python2_sitelib}/cliff_tablib-%{version}-py?.?.egg-info @@ -93,6 +101,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1-10 +- Python 2 binary package renamed to python2-cliff-tablib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild