|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
Name: orca
|
|
|
|
|
Version: 46.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 40.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Assistive technology for people with visual impairments
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://wiki.gnome.org/Projects/Orca
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/46/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ BuildRequires: gettext
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: itstool
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: python3-brlapi
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-louis
|
|
|
|
@ -34,7 +34,6 @@ Requires: python3-brlapi
|
|
|
|
|
Requires: python3-louis
|
|
|
|
|
Requires: python3-pyatspi
|
|
|
|
|
Requires: python3-speechd
|
|
|
|
|
Requires: speech-dispatcher
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Orca is a screen reader that provides access to the graphical desktop via
|
|
|
|
@ -47,15 +46,17 @@ provider interface (AT-SPI), e.g. the GNOME desktop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
%configure
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -name '*.la' -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
|
|
|
@ -63,7 +64,7 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
|
%{_bindir}/orca
|
|
|
|
|
%{python3_sitelib}/orca/
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/orca.png
|
|
|
|
@ -73,144 +74,18 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de
|
|
|
|
|
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
|
|
|
|
%{_mandir}/man1/orca.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 46.2-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 46.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Lukas Tyrychtr <ltyrycht@redhat.com>
|
|
|
|
|
- Update to Orca 46.2
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 46.1-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2024 Lukas Tyrychtr <ltyrycht@redhat.com> - 46.1-2
|
|
|
|
|
- Explicitly depend on speech-dispatcher, restoring the previous behavior before it split its libs into a separate package
|
|
|
|
|
|
|
|
|
|
* Mon Apr 08 2024 Lukas Tyrychtr <ltyrycht@redhat.com> - 46.1-1
|
|
|
|
|
- Update to 46.1
|
|
|
|
|
|
|
|
|
|
* Wed Mar 27 2024 Lukas Tyrychtr <ltyrycht@redhat.com> - 46.0-1
|
|
|
|
|
- Update to 46.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 46~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 David King <amigadave@amigadave.com> - 46~alpha-1
|
|
|
|
|
- Update to 46.alpha
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.2-2
|
|
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 45.2-1
|
|
|
|
|
- Update to 45.2
|
|
|
|
|
|
|
|
|
|
* Sat Oct 21 2023 Kalev Lember <klember@redhat.com> - 45.1-1
|
|
|
|
|
- Update to 45.1
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Kalev Lember <klember@redhat.com> - 45.0-1
|
|
|
|
|
- Update to 45.0
|
|
|
|
|
|
|
|
|
|
* Wed Sep 06 2023 Kalev Lember <klember@redhat.com> - 45~rc-1
|
|
|
|
|
- Update to 45.rc
|
|
|
|
|
|
|
|
|
|
* Thu Aug 17 2023 Kalev Lember <klember@redhat.com> - 45~beta2-1
|
|
|
|
|
- Update to 45.beta2
|
|
|
|
|
|
|
|
|
|
* Mon Aug 14 2023 Kalev Lember <klember@redhat.com> - 45~beta-1
|
|
|
|
|
- Update to 45.beta
|
|
|
|
|
- Drop requires on python3-zombie-imp now that orca is ported away from it
|
|
|
|
|
|
|
|
|
|
* Sun Aug 13 2023 Kalev Lember <klember@redhat.com> - 45~alpha-2
|
|
|
|
|
- Add requires on python3-zombie-imp
|
|
|
|
|
|
|
|
|
|
* Sat Aug 05 2023 Kalev Lember <klember@redhat.com> - 45~alpha-1
|
|
|
|
|
- Update to 45.alpha
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 44.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 44.1-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Kalev Lember <klember@redhat.com> - 44.1-1
|
|
|
|
|
- Update to 44.1
|
|
|
|
|
|
|
|
|
|
* Mon Mar 27 2023 David King <amigadave@amigadave.com> - 44.0-1
|
|
|
|
|
- Update to 44.0
|
|
|
|
|
|
|
|
|
|
* Thu Mar 09 2023 David King <amigadave@amigadave.com> - 44~rc-1
|
|
|
|
|
- Update to 44.rc
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 05 2023 David King <amigadave@amigadave.com> - 43.1-1
|
|
|
|
|
- Update to 43.1
|
|
|
|
|
|
|
|
|
|
* Fri Sep 23 2022 Kalev Lember <klember@redhat.com> - 43.0-1
|
|
|
|
|
- Update to 43.0
|
|
|
|
|
|
|
|
|
|
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 43~beta-1
|
|
|
|
|
- Update to 43.beta
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 43~alpha-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 06 2022 David King <amigadave@amigadave.com> - 43~alpha-1
|
|
|
|
|
- Update to 43.alpha
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 42.1-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Tue May 17 2022 David King <amigadave@amigadave.com> - 42.1-1
|
|
|
|
|
- Update to 42.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2022 David King <amigadave@amigadave.com> - 42.0-1
|
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
|
|
|
|
* Fri Mar 11 2022 David King <amigadave@amigadave.com> - 42~rc-1
|
|
|
|
|
- Update to 42.rc
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 David King <amigadave@amigadave.com> - 42~beta-1
|
|
|
|
|
- Update to 42.beta
|
|
|
|
|
|
|
|
|
|
* Tue Feb 01 2022 David King <amigadave@amigadave.com> - 41.2-1
|
|
|
|
|
- Update to 41.2
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 41.1-1
|
|
|
|
|
- Update to 41.1
|
|
|
|
|
|
|
|
|
|
* Tue Nov 16 2021 Kalev Lember <klember@redhat.com> - 41.0-2
|
|
|
|
|
- Backport another fix for compatibility with Python 3.10 (#2023682)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 16 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
|
|
|
|
- Update to 41.0
|
|
|
|
|
|
|
|
|
|
* Fri Sep 10 2021 Kalev Lember <klember@redhat.com> - 41~rc-2
|
|
|
|
|
- Fix compatibility with Python 3.10 (#1973397)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 41~rc-1
|
|
|
|
|
- Update to 41.rc
|
|
|
|
|
|
|
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
|
|
|
|
- Update to 41.beta
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2021 Kalev Lember <klember@redhat.com> - 41~alpha-1
|
|
|
|
|
- Update to 41.alpha
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 24 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.3-1
|
|
|
|
|
- Update to 40.3
|
|
|
|
|
Resolves: #2089169
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 40.0-2
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
|
- Update to 40.0
|
|
|
|
|