diff --git python-memcached/python-memcached.spec python-memcached/python-memcached.spec.tmp index a1df3a16db..7110ccfa42 100644 --- python-memcached/python-memcached.spec +++ python-memcached/python-memcached.spec.tmp @@ -1,6 +1,6 @@ Name: python-memcached Version: 1.54 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Python memcached client library License: Python @@ -12,12 +12,20 @@ BuildRequires: python2-devel, python-setuptools, python-six # Required for running test suite BuildRequires: memcached -%description -This software is a 100% Python interface to the memcached memory cache -daemon. It is the client side software which allows storing values in one -or more, possibly remote, memcached servers. Search google for memcached +%global _description\ +This software is a 100% Python interface to the memcached memory cache\ +daemon. It is the client side software which allows storing values in one\ +or more, possibly remote, memcached servers. Search google for memcached\ for more information. +%description %_description + +%package -n python2-memcached +Summary: %summary +%{?python_provide:%python_provide python2-memcached} + +%description -n python2-memcached %_description + %prep %setup -q -n %{name}-%{version} @@ -36,13 +44,17 @@ pidfile=$(mktemp) kill $(cat $pidfile) popd -%files +%files -n python2-memcached %doc ChangeLog README.md %attr(755,root,root) %{python2_sitelib}/memcache.py %{python2_sitelib}/memcache.py[co] %{python2_sitelib}/python_memcached-%{version}-py*.egg-info/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.54-7 +- Python 2 binary package renamed to python2-memcached + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.54-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild