fix prebuilt x86_64 binary installed [release 55.0-2mamba;Mon Jan 24 2022]
This commit is contained in:
parent
0af059bc83
commit
f8c1204b32
@ -1,6 +1,6 @@
|
|||||||
Name: emacspeak
|
Name: emacspeak
|
||||||
Version: 55.0
|
Version: 55.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Emacspeak speech-enables Emacs to turn Emacs into a complete audio desktop
|
Summary: Emacspeak speech-enables Emacs to turn Emacs into a complete audio desktop
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
Vendor: openmamba
|
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|-m32||" servers/linux-outloud/Makefile
|
||||||
sed -i "s|^#!/usr/bin/tcl$|#!/usr/bin/tclsh|" servers/ssh-espeak
|
sed -i "s|^#!/usr/bin/tcl$|#!/usr/bin/tclsh|" servers/ssh-espeak
|
||||||
rm -f lisp/sudoku.el
|
rm -f lisp/sudoku.el
|
||||||
|
# remove prebuilt x86_64 binary
|
||||||
|
rm -f etc/pickup-c/pickup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make config
|
make config
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%make
|
%make
|
||||||
%make espeak outloud
|
%make espeak outloud
|
||||||
|
make -C etc/pickup-c/
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -105,6 +108,9 @@ rm -f %{buildroot}%{_infodir}/turning-twenty.info*
|
|||||||
%{_libdir}/emacspeak/xsl/*
|
%{_libdir}/emacspeak/xsl/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 55.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user