fix prebuilt x86_64 binary installed [release 55.0-2mamba;Mon Jan 24 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 22:05:07 +01:00
parent 0af059bc83
commit f8c1204b32

View File

@ -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 <silvan.calarco@mambasoft.it> 55.0-2mamba
- fix prebuilt x86_64 binary installed
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 55.0-1mamba
- automatic version update by autodist