automatic version update by autodist [release 46.0-1mamba;Tue Mar 19 2024]

This commit is contained in:
Automatic Build System 2024-03-19 09:06:27 +01:00
parent e4541adce7
commit b867eded6c

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1)
Name: orca
Version: 45.2
Version: 46.0
Release: 1mamba
Summary: A free, open source scriptable screen reader
Group: Graphical Desktop/Applications/Accessibility
@ -13,13 +13,8 @@ License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
#BuildRequires: python-atspi
#BuildRequires: python-gnome-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: pygobject-py3
#Requires: python-gnome
#Requires: pygtk
#Requires: python-atspi
Requires: gnome-speech
Requires: at-spi2-core
@ -32,14 +27,13 @@ Orca is a free, open source scriptable screen reader. Using various combinations
%setup -q
%build
%configure \
PYTHON=%{__python3}
%meson
%make
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%find_lang %{name}
@ -63,6 +57,9 @@ Orca is a free, open source scriptable screen reader. Using various combinations
# ChangeLog NEWS README TODO
%changelog
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 46.0-1mamba
- automatic version update by autodist
* Sat Jan 06 2024 Automatic Build System <autodist@openmamba.org> 45.2-1mamba
- automatic version update by autodist