diff --git python-ordered-set/python-ordered-set.spec python-ordered-set/python-ordered-set.spec.tmp index ef7bf23f7c..44d324e6c1 100644 --- python-ordered-set/python-ordered-set.spec +++ python-ordered-set/python-ordered-set.spec.tmp @@ -9,7 +9,7 @@ Name: python-%{short_name} Version: 2.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A Custom MutableSet that remembers its order License: MIT @@ -29,10 +29,18 @@ BuildRequires: python3-devel BuildRequires: python3-nose %endif # with python3 -%description -An OrderedSet is a custom MutableSet that remembers its order, so that every +%global _description\ +An OrderedSet is a custom MutableSet that remembers its order, so that every\ entry has an index that can be looked up. +%description %_description + +%package -n python2-%{short_name} +Summary: %summary +%{?python_provide:%python_provide python2-%{short_name}} + +%description -n python2-%{short_name} %_description + %if %{with python3} %package -n python3-%{short_name} Summary: A Custom MutableSet that remembers its order @@ -89,7 +97,7 @@ popd %endif -%files +%files -n python2-%{short_name} %doc python2/README %{python_sitelib}/* @@ -103,6 +111,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.0-8 +- Python 2 binary package renamed to python2-ordered-set + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild