diff --git python-pygal/python-pygal.spec python-pygal/python-pygal.spec.tmp index 09257be4fd..9932d4ff50 100644 --- python-pygal/python-pygal.spec +++ python-pygal/python-pygal.spec.tmp @@ -6,7 +6,7 @@ Name: python-pygal Version: 2.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A python svg graph plotting library Group: Development/Libraries @@ -40,10 +40,17 @@ BuildRequires: python3-pytest BuildRequires: python3-lxml %endif +%global _description\ +A python svg graph plotting library. + +%description %_description + +%package -n python2-pygal +Summary: %summary Requires: python-lxml +%{?python_provide:%python_provide python2-pygal} -%description -A python svg graph plotting library. +%description -n python2-pygal %_description %if 0%{?with_python3} %package -n python3-pygal @@ -103,7 +110,7 @@ popd %endif -%files +%files -n python2-pygal %doc README %if !0%{?with_python3} %{_bindir}/pygal_gen.py @@ -122,6 +129,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.3.1-4 +- Python 2 binary package renamed to python2-pygal + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild