2007-01-12 16:14:42 +00:00
|
|
|
#
|
2007-09-01 11:14:05 +00:00
|
|
|
# spec file for package orca (Version 2.19.91)
|
2007-01-12 16:14:42 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: orca
|
2007-08-03 00:02:52 +00:00
|
|
|
BuildRequires: at-spi-devel fdupes glib2-devel gnome-common gnome-mag-devel gnome-speech-devel intltool python python-gnome python-gnome-devel python-gtk-devel update-desktop-files
|
2007-09-01 11:14:05 +00:00
|
|
|
Version: 2.19.91
|
|
|
|
Release: 1
|
2007-01-12 16:14:42 +00:00
|
|
|
Url: http://www.gnome.org/
|
|
|
|
Group: System/GUI/GNOME
|
2007-07-18 20:19:15 +00:00
|
|
|
License: LGPL v2 or later
|
2007-01-12 16:14:42 +00:00
|
|
|
Summary: Screen reader for GNOME
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Autoreqprov: on
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Recommends: gnome-speech
|
2007-08-09 18:42:09 +00:00
|
|
|
Requires: %{name}-lang = %{version}
|
2007-01-12 16:14:42 +00:00
|
|
|
|
|
|
|
%py_requires
|
|
|
|
|
|
|
|
%description
|
|
|
|
Orca is a free, open source, flexible, and extensible screen reader
|
|
|
|
that provides access to the graphical desktop via user-customizable
|
|
|
|
combinations of speech, braille, and/or magnification. Under
|
|
|
|
development by the Sun Microsystems, Inc., Accessibility Program Office
|
|
|
|
since 2004, Orca has been created with early input from and continued
|
|
|
|
engagement with its end users. In fact, the user interface designer
|
|
|
|
for Orca is also a user.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marc Mulcahy
|
|
|
|
Willie Walker
|
|
|
|
Mike Pedersen
|
|
|
|
Rich Burridge
|
|
|
|
|
2007-08-09 18:42:09 +00:00
|
|
|
%lang_package
|
2007-01-12 16:14:42 +00:00
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -f -i
|
|
|
|
# FIXME: enable brltty support
|
|
|
|
%configure
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%install
|
2007-03-12 00:59:23 +00:00
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
mkdir $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
2007-01-12 16:14:42 +00:00
|
|
|
%suse_update_desktop_file orca GNOME Lockdown X-SuSE-ControlCenter-LookAndFeel
|
|
|
|
%find_lang %{name}
|
|
|
|
|
2007-08-03 00:02:52 +00:00
|
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
|
2007-01-12 16:14:42 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-08-09 18:42:09 +00:00
|
|
|
%files
|
2007-01-12 16:14:42 +00:00
|
|
|
%defattr (-, root, root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
|
|
|
%{_bindir}/orca
|
|
|
|
%{_datadir}/applications/orca.desktop
|
2007-08-03 00:02:52 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/orca.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
2007-01-12 16:14:42 +00:00
|
|
|
%{_datadir}/orca
|
2007-03-12 00:59:23 +00:00
|
|
|
%{_datadir}/man/man1/orca.1.gz
|
2007-01-12 16:14:42 +00:00
|
|
|
%{py_sitedir}/orca
|
|
|
|
|
2007-08-09 18:42:09 +00:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2007-03-10 23:04:00 +00:00
|
|
|
%changelog
|
2007-09-01 11:14:05 +00:00
|
|
|
* Fri Aug 31 2007 - maw@suse.de
|
|
|
|
- Update to version 2.19.91:
|
|
|
|
+ Bugs (bugzilla.gnome.org) fixed: #464714, #461620, #460284,
|
|
|
|
[#457988], #462650, #462475, #461719, #455308, #364518, #464855,
|
|
|
|
[#470332], #468765, #466764, #469615, #468786, #468098, #467563,
|
|
|
|
[#467425], #466725, #466500, #465989 (partially), #465087,
|
|
|
|
[#446878], and #356068
|
|
|
|
+ Updated translations.
|
2007-08-09 18:42:09 +00:00
|
|
|
* Wed Aug 08 2007 - maw@suse.de
|
|
|
|
- Split off a -lang subpackage.
|
2007-08-03 00:02:52 +00:00
|
|
|
* Thu Aug 02 2007 - maw@suse.de
|
|
|
|
- Update to version 2.19.6:
|
|
|
|
+ Bugs (bugzilla.gnome.org) fixed: #364518, #409731, #415061,
|
|
|
|
[#439191], #449964, #455230, #456296, #459080, #460215, #456446,
|
|
|
|
[#459618], #460774, and #458142
|
|
|
|
+ Updated translations
|
|
|
|
- Use %%fdupes
|
|
|
|
- Remove empty %%post.
|
2007-07-18 20:19:15 +00:00
|
|
|
* Tue Jul 17 2007 - mauro@suse.de
|
|
|
|
- Update to version 2.19.5
|
|
|
|
- The string module in orca.py was removed since wasn't being used.
|
|
|
|
- Bugfixes for bug #449964, #382601, #400720, #447191, #400720
|
2007-05-09 13:15:05 +00:00
|
|
|
* Wed May 09 2007 - pgajdos@suse.cz
|
|
|
|
- removed gnome-icon-theme from Requieres and BuildRequieres
|
|
|
|
[#247450]
|
2007-04-12 16:13:27 +00:00
|
|
|
* Wed Apr 11 2007 - maw@suse.de
|
|
|
|
- Update to version 2.18.1, which
|
|
|
|
- Only contains updated translations (ca, da, de, dz, es, gl, gu,
|
|
|
|
nb, and tr).
|
2007-04-09 21:45:41 +00:00
|
|
|
* Mon Apr 09 2007 - maw@suse.de
|
|
|
|
- Update to version 2.18.0
|
|
|
|
- Invalid entries in the .desktop file were removed
|
|
|
|
- Improved man pages (b.g.o #414981).
|
2007-03-12 23:59:49 +00:00
|
|
|
* Mon Mar 12 2007 - maw@suse.de
|
|
|
|
- Fix silly build error - don't package %%{_datadir}/pixmaps/*.png,
|
|
|
|
which doesn't even exist.
|
2007-03-12 00:59:23 +00:00
|
|
|
* Fri Mar 09 2007 - maw@suse.de
|
|
|
|
- Update to version 2.17.91.
|
|
|
|
* Fix for bug 385949: Better handling of comboboxes in Firefox 3.0.
|
|
|
|
* Work on bug 363830: announce when bold, underline, italics, and
|
|
|
|
the various alignment toggle buttons change state in OpenOffice.
|
|
|
|
(Thanks for the fix, Joanie!)
|
|
|
|
* Fix for bug 397787: Orca now handles if OpenOffice recovery mode
|
|
|
|
better.
|
|
|
|
* Fix for bug 405541: provide better handle brailling of message
|
|
|
|
summaries in Thunderbird message summary list.
|
|
|
|
* Fix for bugs 403767 and 405562: provide better support for
|
|
|
|
autocompletion components in Thunderbird.
|
|
|
|
* Fix for bug 398531: handle the speech preferences tab page better.
|
|
|
|
presses "Quit" or "Preferences" button in Orca Preferences
|
|
|
|
window. (Thanks for testing, Joanie!)
|
|
|
|
* Work on bug 400763: much improvement to the responsiveness after
|
|
|
|
starting an update from the update manager.
|
|
|
|
* Fix for bugs 400766 and 348464: better handling of autocomplete
|
|
|
|
entries in GTK widgets as used by the "Run..." dialog and Evolution.
|
|
|
|
* Continued work on Gecko.py script for Firefox 3.0. We're getting
|
|
|
|
there step by step, and it requires work both inside Firefox 3.0
|
|
|
|
and inside Orca.
|
|
|
|
* Updated to support latest BrlAPI. Orca should now work various
|
|
|
|
versions of BrlTTY and BrlAPI.
|
|
|
|
- countless other fixes between 2.17.90 and 1.0.0
|
2007-03-10 23:04:00 +00:00
|
|
|
* Fri Mar 09 2007 - sbrabec@suse.cz
|
|
|
|
- Removed obsolete hicolor icon symlink (#248676).
|
2007-01-12 16:14:42 +00:00
|
|
|
* Fri Jan 12 2007 - sbrabec@suse.cz
|
|
|
|
- Build with gnome-mag and gnome-speech support.
|
|
|
|
* Fri Dec 22 2006 - maw@suse.de
|
|
|
|
- Move to /usr.
|
|
|
|
* Fri Oct 20 2006 - jpr@suse.de
|
|
|
|
- Recommend gnome-speech so we have a speech engine available
|
|
|
|
* Sat Sep 23 2006 - aj@suse.de
|
|
|
|
- Fix build with python 2.5.
|
|
|
|
* Fri Sep 15 2006 - jhargadon@suse.de
|
|
|
|
- update to version 1.0.0
|
|
|
|
- Updates to User's Guide, Architecture, Requirements, and Script Writing
|
|
|
|
Guide
|
|
|
|
- Fix for bug 353467: run in a terminal if we detect text setup will
|
|
|
|
be used
|
|
|
|
- Fix for bug 353476: apply better fallback algorithm to find a
|
|
|
|
working synthesis engine
|
|
|
|
- Fix for bug 352578: ensure that checking/unchecking speech in the
|
|
|
|
configuration GUI does the appropriate thing
|
|
|
|
- Refixed bug 350854 and fix for bug 353268: do not double read lines
|
|
|
|
in OpenOffice and also make sure focus is properly handled in gedit
|
|
|
|
after a window maximize.
|
|
|
|
- Fix for bug 353237: prevent COMM_FAILURE messages when trying to get
|
|
|
|
the object state
|
|
|
|
- Fix for bug 352866: add "-q" and "--quit" options to orca script to
|
|
|
|
allow one to more easily kill orca
|
|
|
|
- Fix for bug 352240: prevent wrong object report for Java
|
|
|
|
applications in case of different event ordering
|
|
|
|
- Fix for bug 352257: improved isSameObject() function
|
|
|
|
- Fix for bug 352254: better handling of expand/collapse events for the
|
|
|
|
Java platform
|
|
|
|
- translation updates
|
|
|
|
* Tue Sep 12 2006 - rodrigo@suse.de
|
|
|
|
- Moved Python modules to /usr to make it work.
|
|
|
|
* Fri Sep 08 2006 - rodrigo@suse.de
|
|
|
|
- Initial submission from GNOME 2.15.x
|