Dropped AtSpi driver

Related: rhbz#1204462
This commit is contained in:
Jaroslav Škarvada 2015-03-23 19:12:00 +01:00
parent a4b0abaad9
commit 2634aa9401

View File

@ -22,7 +22,7 @@
Name: brltty
Version: %{pkg_version}
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2+
Group: System Environment/Daemons
URL: http://mielke.cc/brltty/
@ -33,7 +33,7 @@ Patch4: brltty-loadLibrary.patch
Patch5: brltty-5.0-libspeechd.patch
Summary: Braille display driver for Linux/Unix
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:
Requires(post): coreutils
Requires(post): systemd
@ -78,15 +78,6 @@ Requires: %{name} = %{pkg_version}-%{release}
%description xw
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
Summary: AtSpi2 driver for BRLTTY
Group: System Environment/Daemons
@ -350,7 +341,6 @@ fi
%if %{with_speech_dispatcher}
%exclude %{_libdir}/brltty/libbrlttyssd.so
%endif
%exclude %{_libdir}/brltty/libbrlttyxas.so
%doc LICENSE-GPL LICENSE-LGPL
%doc %{_mandir}/man[15]/brltty.*
@ -369,9 +359,6 @@ fi
%doc Drivers/Braille/XWindow/README
%{_libdir}/brltty/libbrlttybxw.so
%files at-spi
%{_libdir}/brltty/libbrlttyxas.so
%files at-spi2
%{_libdir}/brltty/libbrlttyxa2.so
@ -422,6 +409,10 @@ fi
%endif
%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
- Added support for AtSpi2 driver
Resolves: rhbz#1204462