diff --git python-pylibravatar/python-pylibravatar.spec python-pylibravatar/python-pylibravatar.spec.tmp index d256696639..0d6a39f93c 100644 --- python-pylibravatar/python-pylibravatar.spec +++ python-pylibravatar/python-pylibravatar.spec.tmp @@ -7,7 +7,7 @@ Name: python-pylibravatar Version: 1.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python module for Libravatar Group: Development/Libraries @@ -30,11 +30,18 @@ BuildRequires: python3-devel BuildRequires: python3-py3dns %endif +%global _description\ +PyLibravatar is an easy way to make use of the federated Libravatar\ +avatar hosting service from within your Python applications. + +%description %_description + +%package -n python2-pylibravatar +Summary: %summary Requires: python-pydns +%{?python_provide:%python_provide python2-pylibravatar} -%description -PyLibravatar is an easy way to make use of the federated Libravatar -avatar hosting service from within your Python applications. +%description -n python2-pylibravatar %_description %if 0%{?with_python3} %package -n python3-pylibravatar @@ -80,7 +87,7 @@ popd %endif %{__python} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-pylibravatar # Upstream doesn't ship the license full text # https://bugs.launchpad.net/pylibravatar/+bug/1173603 %doc README.txt Changelog.txt @@ -98,6 +105,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.6-13 +- Python 2 binary package renamed to python2-pylibravatar + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild