diff --git python-lexicon/python-lexicon.spec python-lexicon/python-lexicon.spec.tmp index 17819c1dd6..9e4b3fc2a5 100644 --- python-lexicon/python-lexicon.spec +++ python-lexicon/python-lexicon.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.2.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A powerful dict sub-classes for Python License: BSD @@ -14,13 +14,19 @@ URL: https://github.com/bitprophet/lexicon Source0: https://pypi.python.org/packages/source/l/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -Requires: python-six BuildRequires: python-devel python-setuptools %global common_desc \ Lexicon is a simple Python 2.6+ and 3.3+ compatible collection of dict\ sub-classes providing extra power. +%package -n python2-%{pypi_name} +Summary: %summary +Requires: python-six +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %{common_desc} + %description %{common_desc} @@ -66,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT %endif -%files +%files -n python2-%{pypi_name} %doc LICENSE README.* %{python_sitelib}/%{pypi_name}/ %{python_sitelib}/%{pypi_name}-%{version}-*.egg-info/ @@ -79,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.0-9 +- Python 2 binary package renamed to python2-lexicon + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild