diff --git python-listquote/python-listquote.spec python-listquote/python-listquote.spec.tmp index 38f8c618a1..c023e5c1c3 100644 --- python-listquote/python-listquote.spec +++ python-listquote/python-listquote.spec.tmp @@ -1,6 +1,6 @@ Name: python-listquote Version: 1.4.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Functions for Lists, Quotes and CSVs License: BSD URL: http://www.voidspace.org.uk/python/listquote.html @@ -18,14 +18,22 @@ BuildArch: noarch BuildRequires: python2-devel -%description -This module provides functions for turning lists into strings - and back again. -It properly handles quoting and unquoting of elements and can even parse -recursive lists. +%global _description\ +This module provides functions for turning lists into strings - and back again.\ +It properly handles quoting and unquoting of elements and can even parse\ +recursive lists.\ +\ +Because a CSV (comma separated value) file is basically a list - the module\ +includes functions for easily reading and writing CSVs.\ -Because a CSV (comma separated value) file is basically a list - the module -includes functions for easily reading and writing CSVs. +%description %_description + +%package -n python2-listquote +Summary: %summary +%{?python_provide:%python_provide python2-listquote} + +%description -n python2-listquote %_description %prep %setup -q @@ -53,11 +61,15 @@ python setup.py build python setup.py install -O1 --skip-build --root %{buildroot} -%files +%files -n python2-listquote %{python_sitelib}/listquote* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.4.0-12 +- Python 2 binary package renamed to python2-listquote + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.4.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild