Enable the brlapi support

We now have the necessary deps in place.
This commit is contained in:
Kalev Lember 2013-04-05 00:19:51 +02:00
parent c8be831a07
commit 25376ff084

View File

@ -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@gmail.com> - 3.8.0-2
- Enable the brlapi support
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0