Dropped AtSpi driver
Related: rhbz#1204462
This commit is contained in:
parent
a4b0abaad9
commit
2634aa9401
21
brltty.spec
21
brltty.spec
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
@ -33,7 +33,7 @@ Patch4: brltty-loadLibrary.patch
|
|||||||
Patch5: brltty-5.0-libspeechd.patch
|
Patch5: brltty-5.0-libspeechd.patch
|
||||||
Summary: Braille display driver for Linux/Unix
|
Summary: Braille display driver for Linux/Unix
|
||||||
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd
|
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd
|
||||||
BuildRequires: gettext, at-spi-devel, at-spi2-core-devel, espeak-devel
|
BuildRequires: gettext, at-spi2-core-devel, espeak-devel
|
||||||
# work around a bug in the install process:
|
# work around a bug in the install process:
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -78,15 +78,6 @@ Requires: %{name} = %{pkg_version}-%{release}
|
|||||||
%description xw
|
%description xw
|
||||||
This package provides the XWindow driver for BRLTTY.
|
This package provides the XWindow driver for BRLTTY.
|
||||||
|
|
||||||
%package at-spi
|
|
||||||
Summary: AtSpi driver for BRLTTY
|
|
||||||
Group: System Environment/Daemons
|
|
||||||
# The data files are licensed under LGPLv2+, see the README file.
|
|
||||||
License: GPLv2+ and LGPLv2+
|
|
||||||
Requires: %{name} = %{pkg_version}-%{release}
|
|
||||||
%description at-spi
|
|
||||||
This package provides the AtSpi driver for BRLTTY.
|
|
||||||
|
|
||||||
%package at-spi2
|
%package at-spi2
|
||||||
Summary: AtSpi2 driver for BRLTTY
|
Summary: AtSpi2 driver for BRLTTY
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -350,7 +341,6 @@ fi
|
|||||||
%if %{with_speech_dispatcher}
|
%if %{with_speech_dispatcher}
|
||||||
%exclude %{_libdir}/brltty/libbrlttyssd.so
|
%exclude %{_libdir}/brltty/libbrlttyssd.so
|
||||||
%endif
|
%endif
|
||||||
%exclude %{_libdir}/brltty/libbrlttyxas.so
|
|
||||||
%doc LICENSE-GPL LICENSE-LGPL
|
%doc LICENSE-GPL LICENSE-LGPL
|
||||||
%doc %{_mandir}/man[15]/brltty.*
|
%doc %{_mandir}/man[15]/brltty.*
|
||||||
|
|
||||||
@ -369,9 +359,6 @@ fi
|
|||||||
%doc Drivers/Braille/XWindow/README
|
%doc Drivers/Braille/XWindow/README
|
||||||
%{_libdir}/brltty/libbrlttybxw.so
|
%{_libdir}/brltty/libbrlttybxw.so
|
||||||
|
|
||||||
%files at-spi
|
|
||||||
%{_libdir}/brltty/libbrlttyxas.so
|
|
||||||
|
|
||||||
%files at-spi2
|
%files at-spi2
|
||||||
%{_libdir}/brltty/libbrlttyxa2.so
|
%{_libdir}/brltty/libbrlttyxa2.so
|
||||||
|
|
||||||
@ -422,6 +409,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-6
|
||||||
|
- Dropped AtSpi driver
|
||||||
|
Related: rhbz#1204462
|
||||||
|
|
||||||
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-5
|
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-5
|
||||||
- Added support for AtSpi2 driver
|
- Added support for AtSpi2 driver
|
||||||
Resolves: rhbz#1204462
|
Resolves: rhbz#1204462
|
||||||
|
Loading…
Reference in New Issue
Block a user