[orca] Enable the brlapi support

Kalev Lember kalev at fedoraproject.org
Thu Apr 4 22:51:05 UTC 2013


commit 25376ff08487bb12839bdb8eb1a29f4062f38acd
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Apr 5 00:19:51 2013 +0200

    Enable the brlapi support
    
    We now have the necessary deps in place.

 orca.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/orca.spec b/orca.spec
index 153a4e7..3a39f29 100644
--- a/orca.spec
+++ b/orca.spec
@@ -1,11 +1,8 @@
 %global debug_package %{nil}
 
-%define brlapi_version 0.5.1
-%define brltty_version 3.9
-
 Name:           orca
 Version:        3.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Assistive technology for people with visual impairments
 
 Group:          User Interface/Desktops
@@ -14,8 +11,8 @@ URL:            http://projects.gnome.org/orca/
 #VCS: git:git://git.gnome.org/orca
 Source0:        http://download.gnome.org/sources/orca/3.8/orca-%{version}.tar.xz
 
-#BuildRequires:  brlapi-devel >= %{brlapi_version}
-#BuildRequires:  brltty >= %{brltty_version}
+BuildRequires:  brlapi-devel
+BuildRequires:  brltty
 BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  at-spi2-core-devel
@@ -24,7 +21,7 @@ BuildRequires:  liblouis-python3
 BuildRequires:  gtk3-devel
 BuildRequires:  itstool
 BuildRequires:  pygobject3-devel
-#BuildRequires:  python3-brlapi
+BuildRequires:  python3-brlapi
 BuildRequires:  python3-devel
 BuildRequires:  python3-pyatspi
 BuildRequires:  python3-speechd
@@ -34,7 +31,7 @@ Provides:       gnopernicus
 Requires:       control-center
 Requires:       liblouis-python3
 Requires:       libwnck3
-#Requires:       python3-brlapi >= %{brlapi_version}
+Requires:       python3-brlapi
 Requires:       python3-cairo
 Requires:       python3-pyatspi
 Requires:       python3-speechd
@@ -86,6 +83,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Apr 05 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.0-2
+- Enable the brlapi support
+
 * Tue Mar 26 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.0-1
 - Update to 3.8.0
 


More information about the scm-commits mailing list