Python 2 binary package renamed to python2-brltty
This commit is contained in:
parent
7987d84c98
commit
fd2106741b
13
brltty.spec
13
brltty.spec
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
@ -143,7 +143,8 @@ Summary: Tcl binding for BrlAPI
|
|||||||
%description -n tcl-brlapi
|
%description -n tcl-brlapi
|
||||||
This package provides the Tcl binding for 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}
|
Version: %{api_version}
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -152,7 +153,7 @@ BuildRequires: Cython
|
|||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Summary: Python binding for BrlAPI
|
Summary: Python binding for BrlAPI
|
||||||
%description -n python-brlapi
|
%description -n python2-brlapi
|
||||||
This package provides the Python binding for BrlAPI.
|
This package provides the Python binding for BrlAPI.
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -409,7 +410,7 @@ fi
|
|||||||
%files -n tcl-brlapi
|
%files -n tcl-brlapi
|
||||||
%{tcl_sitearch}/brlapi-%{api_version}
|
%{tcl_sitearch}/brlapi-%{api_version}
|
||||||
|
|
||||||
%files -n python-brlapi
|
%files -n python2-brlapi
|
||||||
%{python_sitearch}/brlapi.so
|
%{python_sitearch}/brlapi.so
|
||||||
%{python_sitearch}/Brlapi-%{api_version}-*.egg-info
|
%{python_sitearch}/Brlapi-%{api_version}-*.egg-info
|
||||||
|
|
||||||
@ -430,6 +431,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 08 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-8
|
||||||
- OCaml 4.05.0 rebuild.
|
- OCaml 4.05.0 rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user