diff --git python-ly/python-ly.spec python-ly/python-ly.spec.tmp index cb406fe363..bb98c31dc3 100644 --- python-ly/python-ly.spec +++ python-ly/python-ly.spec.tmp @@ -4,7 +4,7 @@ Name: python-ly Version: 0.9.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool and library for manipulating LilyPond files License: GPLv2+ @@ -19,15 +19,23 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif BuildRequires: python-setuptools -Requires: python-setuptools -Requires: tkinter -%description -This package provides a Python library ly containing various Python modules -to parse, manipulate or create documents in LilyPond format. A command line -program ly is also provided that can be used to do various manipulations +%global _description\ +This package provides a Python library ly containing various Python modules\ +to parse, manipulate or create documents in LilyPond format. A command line\ +program ly is also provided that can be used to do various manipulations\ with LilyPond files. +%description %_description + +%package -n python2-ly +Summary: %summary +Requires: tkinter +Requires: python-setuptools +%{?python_provide:%python_provide python2-ly} + +%description -n python2-ly %_description + %if 0%{?with_python3} %package -n python3-ly Summary: Tool and library for manipulating LilyPond files @@ -79,7 +87,7 @@ popd --install-data=%{_datadir} -%files +%files -n python2-ly %doc ChangeLog README.rst doc/build/html/ %{python2_sitelib}/* @@ -92,6 +100,10 @@ popd %endif %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.9.5-4 +- Python 2 binary package renamed to python2-ly + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild