diff --git python-zbase32/python-zbase32.spec python-zbase32/python-zbase32.spec.tmp index 04f3d93a24..e89fae73f6 100644 --- python-zbase32/python-zbase32.spec +++ python-zbase32/python-zbase32.spec.tmp @@ -1,6 +1,6 @@ Name: python-zbase32 Version: 1.1.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A base32 encoder/decoder License: BSD and LGPLv2 URL: http://allmydata.org/trac/zbase32 @@ -9,11 +9,19 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: pyutil -Requires: pyutil -%description +%global _description\ An alternate base32 encoder (not RFC 3548 compliant). +%description %_description + +%package -n python2-zbase32 +Summary: %summary +Requires: pyutil +%{?python_provide:%python_provide python2-zbase32} + +%description -n python2-zbase32 %_description + %prep %setup -qn zbase32-%{version} @@ -29,12 +37,16 @@ chmod 0755 %{buildroot}%{python2_sitelib}/zbase32/zbase32.py %check %{__python2} setup.py test -%files +%files -n python2-zbase32 %doc README DESIGN TODO %{python2_sitelib}/zbase32 %{python2_sitelib}/zbase32-%{version}-py%{python2_version}.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1.5-8 +- Python 2 binary package renamed to python2-zbase32 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild