diff --git a/orca.spec b/orca.spec index 175794a..4b5fd66 100644 --- a/orca.spec +++ b/orca.spec @@ -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 46.0-1mamba +- automatic version update by autodist + * Sat Jan 06 2024 Automatic Build System 45.2-1mamba - automatic version update by autodist