diff --git python-cairosvg/python-cairosvg.spec python-cairosvg/python-cairosvg.spec.tmp index bfed76839a..aede5d5e08 100644 --- python-cairosvg/python-cairosvg.spec +++ python-cairosvg/python-cairosvg.spec.tmp @@ -7,7 +7,7 @@ Name: python-cairosvg Version: 1.0.20 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Simple SVG Converter for Cairo Group: Development/Libraries @@ -20,20 +20,28 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: pycairo -Requires: pycairo %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-cairo %endif -%description -CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, -PostScript and PNG files. - -For further information, please visit the CairoSVG Website +%global _description\ +CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,\ +PostScript and PNG files.\ +\ +For further information, please visit the CairoSVG Website\ http://www.cairosvg.org +%description %_description + +%package -n python2-cairosvg +Summary: %summary +Requires: pycairo +%{?python_provide:%python_provide python2-cairosvg} + +%description -n python2-cairosvg %_description + %if 0%{?with_python3} %package -n python3-cairosvg Summary: A Simple SVG Converter for Cairo @@ -80,7 +88,7 @@ popd %endif %{__python} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-cairosvg %doc README.rst COPYING NEWS.rst TODO.rst %{python_sitelib}/%{modname}/ %{python_sitelib}/%{eggname}-%{version}* @@ -95,6 +103,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.20-6 +- Python 2 binary package renamed to python2-cairosvg + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.20-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild