diff --git python-pyzolib/python-pyzolib.spec python-pyzolib/python-pyzolib.spec.tmp index 5bf5e02296..06e6656396 100644 --- python-pyzolib/python-pyzolib.spec +++ python-pyzolib/python-pyzolib.spec.tmp @@ -4,7 +4,7 @@ Name: python-pyzolib Version: 0.3.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Utilities for the Pyzo environment Group: Development/Libraries @@ -19,10 +19,18 @@ BuildRequires: python2-devel BuildRequires: python3-devel %endif # if with_python3 -%description -This package implements several small sub-modules and sub-packages that expose -common functionality in a range of packages and applications in the Pyzo -framework. +%global _description\ +This package implements several small sub-modules and sub-packages that expose\ +common functionality in a range of packages and applications in the Pyzo\ +framework. + +%description %_description + +%package -n python2-pyzolib +Summary: %summary +%{?python_provide:%python_provide python2-pyzolib} + +%description -n python2-pyzolib %_description %if 0%{?with_python3} %package -n python3-pyzolib @@ -61,7 +69,7 @@ pushd %{py3dir} popd %endif # with_python3 -%files +%files -n python2-pyzolib %doc %{python2_sitelib}/pyzolib %{python2_sitelib}/pyzolib-%{version}-py?.?.egg-info @@ -72,6 +80,10 @@ popd %{python3_sitelib}/pyzolib-%{version}-py?.?.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.3-9 +- Python 2 binary package renamed to python2-pyzolib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild