From b224f24722b3e8c72e6adcb9f2b5851fc232a12c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:39:43 +0000 Subject: Python 2 binary package renamed to python2-bintrees --- diff --git a/python-bintrees.spec b/python-bintrees.spec index 69baae8..227f04e 100644 --- a/python-bintrees.spec +++ b/python-bintrees.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 2.0.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython License: MIT @@ -20,13 +20,21 @@ BuildRequires: python3-Cython %endif # if with_python3 -%description -This Python package provides Binary- RedBlack- and AVL-Trees written -in Python and Cython/C. This Classes are much slower than the built-in -*dict* class, but all iterators/generators yielding data in sorted -key order. Trees can be uses as drop in replacement for *dicts* in +%global _description\ +This Python package provides Binary- RedBlack- and AVL-Trees written\ +in Python and Cython/C. This Classes are much slower than the built-in\ +*dict* class, but all iterators/generators yielding data in sorted\ +key order. Trees can be uses as drop in replacement for *dicts* in\ most cases. +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %_description + %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython @@ -90,7 +98,7 @@ done popd %endif # with_python3 -%files +%files -n python2-%{pypi_name} %doc README.rst LICENSE.txt %{python2_sitearch}/%{pypi_name} %{python2_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info @@ -103,6 +111,10 @@ popd %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.0.1-12 +- Python 2 binary package renamed to python2-bintrees + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 2.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild