automatic version update by autodist [release 3.32.0-1mamba;Sat Apr 06 2019]

This commit is contained in:
Automatic Build System 2024-01-06 08:18:54 +01:00
parent 56089b93bf
commit 9fc247f86c

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: orca
Version: 3.30.1
Version: 3.32.0
Release: 1mamba
Summary: A free, open source scriptable screen reader
Group: Graphical Desktop/Applications/Accessibility
@ -13,7 +13,7 @@ License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libglib-devel
BuildRequires: libpython3-devel
BuildRequires: libpython36-devel
## AUTOBUILDREQ-END
BuildRequires: python-atspi
BuildRequires: python-gnome-devel
@ -37,7 +37,9 @@ Orca is a free, open source scriptable screen reader. Using various combinations
# FIXME:
#checking for PyORBit module GNOME_Magnifier... no
#configure: WARNING: Could not find python ORBit module GNOME_Magnifier - you need gnome-mag-1.0 >= 0.12.5 installed to use magnification
%configure
%configure \
PYTHON=%{__python36}
%make
%install
@ -53,7 +55,7 @@ Orca is a free, open source scriptable screen reader. Using various combinations
%defattr(-,root,root)
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
%{_bindir}/orca
%{python3_sitelib}/orca/
%{python36_sitelib}/orca/
#%{_datadir}/applications/orca.desktop
%{_datadir}/icons/hicolor/*/apps/orca.png
%{_datadir}/icons/hicolor/scalable/apps/orca.svg
@ -66,6 +68,9 @@ Orca is a free, open source scriptable screen reader. Using various combinations
# ChangeLog NEWS README TODO
%changelog
* Sat Apr 06 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
- automatic version update by autodist
* Fri Oct 19 2018 Automatic Build System <autodist@mambasoft.it> 3.30.1-1mamba
- automatic version update by autodist