diff --git python-urlobject/python-urlobject.spec python-urlobject/python-urlobject.spec.tmp index 4b3d3806b7..d3d0546730 100644 --- python-urlobject/python-urlobject.spec +++ python-urlobject/python-urlobject.spec.tmp @@ -5,7 +5,7 @@ Name: python-urlobject Summary: A utility class for manipulating URLs Version: 2.4.0 -Release: 11%{?dist} +Release: 12%{?dist} BuildArch: noarch Source0: https://pypi.python.org/packages/source/U/URLObject/URLObject-%{version}.tar.gz License: Unlicense @@ -20,12 +20,19 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-six + +%global _description\ +A utility class for manipulating URLs + +%description %_description + +%package -n python2-urlobject +Summary: %summary Requires: python-six Provides: python2-urlobject +%{?python_provide:%python_provide python2-urlobject} - -%description -A utility class for manipulating URLs +%description -n python2-urlobject %_description %if 0%{?with_python3} %package -n python3-urlobject @@ -57,7 +64,7 @@ A utility class for manipulating URLs %endif -%files +%files -n python2-urlobject %license UNLICENSE %{python2_sitelib}/urlobject/ %{python2_sitelib}/URLObject*.egg-info/ @@ -70,6 +77,10 @@ A utility class for manipulating URLs %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.4.0-12 +- Python 2 binary package renamed to python2-urlobject + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.4.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild