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