diff --git a/brltty.spec b/brltty.spec index 1fd0338..671c2eb 100644 --- a/brltty.spec +++ b/brltty.spec @@ -22,7 +22,7 @@ Name: brltty Version: %{pkg_version} -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://mielke.cc/brltty/ @@ -143,7 +143,8 @@ Summary: Tcl binding for BrlAPI %description -n tcl-brlapi This package provides the Tcl binding for BrlAPI. -%package -n python-brlapi +%package -n python2-brlapi +%{?python_provide:%python_provide python2-brlapi} Version: %{api_version} Group: Development/System License: LGPLv2+ @@ -152,7 +153,7 @@ BuildRequires: Cython BuildRequires: python2-devel BuildRequires: python-setuptools Summary: Python binding for BrlAPI -%description -n python-brlapi +%description -n python2-brlapi This package provides the Python binding for BrlAPI. %if 0%{?with_python3} @@ -409,7 +410,7 @@ fi %files -n tcl-brlapi %{tcl_sitearch}/brlapi-%{api_version} -%files -n python-brlapi +%files -n python2-brlapi %{python_sitearch}/brlapi.so %{python_sitearch}/Brlapi-%{api_version}-*.egg-info @@ -430,6 +431,10 @@ fi %endif %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 5.5-9 +- Python 2 binary package renamed to python2-brltty + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Tue Aug 08 2017 Richard W.M. Jones - 5.5-8 - OCaml 4.05.0 rebuild.