diff --git python-repoze-lru/python-repoze-lru.spec python-repoze-lru/python-repoze-lru.spec.tmp index 2d062be090..b6cbb734e9 100644 --- python-repoze-lru/python-repoze-lru.spec +++ python-repoze-lru/python-repoze-lru.spec.tmp @@ -6,7 +6,7 @@ Name: python-repoze-lru Version: 0.4 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A tiny LRU cache implementation and decorator Group: Development/Libraries @@ -24,11 +24,19 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -%description -repoze.lru is a LRU (least recently used) cache implementation. Keys and values -that are not used frequently will be evicted from the cache faster than keys -and values that are used frequently. +%global _description\ +repoze.lru is a LRU (least recently used) cache implementation. Keys and values\ +that are not used frequently will be evicted from the cache faster than keys\ +and values that are used frequently.\ + +%description %_description + +%package -n python2-repoze-lru +Summary: %summary +%{?python_provide:%python_provide python2-repoze-lru} + +%description -n python2-repoze-lru %_description %if 0%{?with_python3} %package -n python3-repoze-lru @@ -77,7 +85,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-repoze-lru %doc README.txt LICENSE.txt %{python_sitelib}/repoze/lru %{python_sitelib}/%{modname}-%{version}* @@ -90,6 +98,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4-15 +- Python 2 binary package renamed to python2-repoze-lru + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild