Python 2 binary package renamed to python2-brltty

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-19 09:38:07 -04:00
parent 7987d84c98
commit fd2106741b

View File

@ -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 <zbyszek@in.waw.pl> - 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 <rjones@redhat.com> - 5.5-8
- OCaml 4.05.0 rebuild.