diff --git python-ly/python-ly.spec python-ly/python-ly.spec.tmp index cb406fe363..000ec9d2b7 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,14 +19,22 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif BuildRequires: python-setuptools + +%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: python-setuptools Requires: tkinter +%{?python_provide:%python_provide python2-ly} -%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 -n python2-ly %_description %if 0%{?with_python3} %package -n python3-ly @@ -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 +* Sat Aug 12 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