[brltty] Dropped AtSpi driver

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Mar 23 18:12:03 UTC 2015


commit 2634aa94019acc9fed1d8213a2532ad48c0c650e
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Mar 23 19:12:00 2015 +0100

    Dropped AtSpi driver
    
      Related: rhbz#1204462

 brltty.spec | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/brltty.spec b/brltty.spec
index d2203b5..3803ca0 100644
--- a/brltty.spec
+++ b/brltty.spec
@@ -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 at redhat.com> - 5.2-6
+- Dropped AtSpi driver
+  Related: rhbz#1204462
+
 * Mon Mar 23 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 5.2-5
 - Added support for AtSpi2 driver
   Resolves: rhbz#1204462


More information about the scm-commits mailing list