From 528b6c350722e490ceb10ea0d9866c3ee6bc1085 Mon Sep 17 00:00:00 2001 From: lijingyuan007 <18829898205@163.com> Date: Thu, 27 May 2021 14:16:14 +0800 Subject: [PATCH] Add the compilation dependency of automake. --- brltty.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/brltty.spec b/brltty.spec index ebd0898..f38d39d 100644 --- a/brltty.spec +++ b/brltty.spec @@ -7,7 +7,7 @@ Name: brltty Version: 6.1 -Release: 2 +Release: 3 Summary: Braille display driver for Linux/Unix License: LGPLv2+ URL: http://brltty.app/ @@ -23,6 +23,7 @@ Patch1: brltty-5.0-libspeechd.patch BuildRequires: brltty tcl-brltty byacc glibc-kernheaders bluez-libs-devel systemd gettext gdb BuildRequires: python3-devel autoconf at-spi2-core-devel alsa-lib-devel +BuildRequires: automake %if %{with espeak} BuildRequires: espeak-ng-devel @@ -268,6 +269,12 @@ fi %changelog +* Thu May 27 2021 lijingyuan - 6.1-3 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:Add the compilation dependency of automake. + * Tue Dec 15 2020 xihaochen - 6.1-2 - Type:requirement - Id:NA