diff --git python-pybloomfiltermmap/python-pybloomfiltermmap.spec python-pybloomfiltermmap/python-pybloomfiltermmap.spec.tmp index bd0d45226c..ef3a0543d5 100644 --- python-pybloomfiltermmap/python-pybloomfiltermmap.spec +++ python-pybloomfiltermmap/python-pybloomfiltermmap.spec.tmp @@ -6,7 +6,7 @@ Name: python-pybloomfiltermmap Version: 0.3.15 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Bloom filter (bloomfilter) for Python built on mmap License: MIT @@ -15,10 +15,18 @@ Source0: http://pypi.python.org/packages/source/p/pybloomfiltermmap/pyblo BuildRequires: python2-devel python-setuptools openssl-devel Cython -%description -The goal of pybloomfiltermmap is to provide a fast, simple, scalable, +%global _description\ +The goal of pybloomfiltermmap is to provide a fast, simple, scalable,\ correct library for Bloom Filters in Python. +%description %_description + +%package -n python2-pybloomfiltermmap +Summary: %summary +%{?python_provide:%python_provide python2-pybloomfiltermmap} + +%description -n python2-pybloomfiltermmap %_description + %prep %setup -q -n pybloomfiltermmap-%{version} @@ -34,12 +42,16 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-pybloomfiltermmap %doc AUTHORS CHANGELOG LICENSE %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.15-7 +- Python 2 binary package renamed to python2-pybloomfiltermmap + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.3.15-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild