diff --git python-tambo/python-tambo.spec python-tambo/python-tambo.spec.tmp index 35d76a6aaa..677e03eee9 100644 --- python-tambo/python-tambo.spec +++ python-tambo/python-tambo.spec.tmp @@ -12,7 +12,7 @@ Name: python-%{pkgname} Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line object dispatcher Group: Development/Languages @@ -31,10 +31,18 @@ BuildRequires: python3-pytest BuildRequires: python3-setuptools %endif # with_python3 -%description -Use any argument parser you want for each sub-command. Easily manage each +%global _description\ +Use any argument parser you want for each sub-command. Easily manage each\ command as a self-contained application. +%description %_description + +%package -n python2-tambo +Summary: %summary +%{?python_provide:%python_provide python2-tambo} + +%description -n python2-tambo %_description + %if 0%{?with_python3} %package -n python3-tambo Summary: A command line object dispatcher @@ -86,7 +94,7 @@ py.test-%{python3_version} -v tambo/tests popd %endif # with_python3 -%files +%files -n python2-tambo %{!?_licensedir:%global license %%doc} %doc README.rst %license LICENSE @@ -101,6 +109,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4.0-3 +- Python 2 binary package renamed to python2-tambo + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild