From f8c1204b321755ba7b2c328f20fd850275601ea1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:05:07 +0100 Subject: [PATCH] fix prebuilt x86_64 binary installed [release 55.0-2mamba;Mon Jan 24 2022] --- emacspeak.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/emacspeak.spec b/emacspeak.spec index be0531c..fd92b14 100644 --- a/emacspeak.spec +++ b/emacspeak.spec @@ -1,6 +1,6 @@ Name: emacspeak Version: 55.0 -Release: 1mamba +Release: 2mamba Summary: Emacspeak speech-enables Emacs to turn Emacs into a complete audio desktop Group: System/Multimedia Vendor: openmamba @@ -42,12 +42,15 @@ Emacspeak speech-enables Emacs to turn Emacs into a complete audio desktop. sed -i "s|-m32||" servers/linux-outloud/Makefile sed -i "s|^#!/usr/bin/tcl$|#!/usr/bin/tclsh|" servers/ssh-espeak rm -f lisp/sudoku.el +# remove prebuilt x86_64 binary +rm -f etc/pickup-c/pickup %build make config #:<< _EOF %make %make espeak outloud +make -C etc/pickup-c/ %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -105,6 +108,9 @@ rm -f %{buildroot}%{_infodir}/turning-twenty.info* %{_libdir}/emacspeak/xsl/* %changelog +* Mon Jan 24 2022 Silvan Calarco 55.0-2mamba +- fix prebuilt x86_64 binary installed + * Tue Jan 11 2022 Automatic Build System 55.0-1mamba - automatic version update by autodist