diff --git python-svg-path/python-svg-path.spec python-svg-path/python-svg-path.spec.tmp index 1ad416b5eb..1ff5186c99 100644 --- python-svg-path/python-svg-path.spec +++ python-svg-path/python-svg-path.spec.tmp @@ -6,7 +6,7 @@ Name: python-svg-path Version: 2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SVG path objects and parser Group: Development/Libraries @@ -19,17 +19,24 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python-setuptools - %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -%description -svg.path is a collection of objects that implement the different path +%global _description\ +svg.path is a collection of objects that implement the different path\ commands in SVG, and a parser for SVG path definitions. +%description %_description + +%package -n python2-svg-path +Summary: %summary +Requires: python-setuptools +%{?python_provide:%python_provide python2-svg-path} + +%description -n python2-svg-path %_description + %if 0%{?with_python3} %package -n python3-svg-path Summary: SVG path objects and parser @@ -75,7 +82,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-svg-path %doc README.rst CHANGES.txt CONTRIBUTORS.txt %{python_sitelib}/svg/ %{python_sitelib}/%{modname}-%{version}* @@ -88,6 +95,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.2-3 +- Python 2 binary package renamed to python2-svg-path + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild