diff --git python-dictclient/python-dictclient.spec python-dictclient/python-dictclient.spec.tmp index c2ba1c95c3..f360084f23 100644 --- python-dictclient/python-dictclient.spec +++ python-dictclient/python-dictclient.spec.tmp @@ -2,7 +2,7 @@ Name: python-dictclient Version: 1.0.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Python client for DICT protocol Group: Development/Languages @@ -14,9 +14,17 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: python-setuptools -%description +%global _description\ A client library for the DICT protocol. +%description %_description + +%package -n python2-dictclient +Summary: %summary +%{?python_provide:%python_provide python2-dictclient} + +%description -n python2-dictclient %_description + %prep %setup -q -n dictclient @@ -34,7 +42,7 @@ CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' bu %{__rm} -rf %{buildroot} -%files +%files -n python2-dictclient %defattr(-,root,root,-) %doc ChangeLog COPYING dictclient.html dictclient.txt README %{python_sitelib}/dictclient.py* @@ -42,6 +50,10 @@ CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' bu %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.1-18 +- Python 2 binary package renamed to python2-dictclient + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild