From 4c3aa069ae3835623b3754d936e493227bb22fd0 Mon Sep 17 00:00:00 2001 From: Lukáš Tyrychtr Date: Jun 02 2021 16:16:50 +0000 Subject: Run autogen.sh and fix the dependencies of it, also, provide correct name for findlang --- diff --git a/orca-master.spectemplate b/orca-master.spectemplate index bfde92d..decde5e 100644 --- a/orca-master.spectemplate +++ b/orca-master.spectemplate @@ -28,6 +28,7 @@ BuildRequires: python3-louis BuildRequires: python3-pyatspi BuildRequires: python3-speechd BuildRequires: /usr/bin/desktop-file-validate +buildRequires: yelp-tools Requires: libwnck3 Requires: python3-brlapi @@ -48,6 +49,7 @@ provider interface (AT-SPI), e.g. the GNOME desktop. %build +./autogen.sh %configure make %{?_smp_mflags} @@ -55,7 +57,7 @@ make %{?_smp_mflags} %install %make_install -%find_lang %{name} --with-gnome +%find_lang orca --with-gnome find %{buildroot} -name '*.la' -delete