From 91a094dd7bb161d79d14511ccb5cc00ac25f226c Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 4 Oct 2024 20:12:09 +0300 Subject: [PATCH] Do not install native compiled lisp Native compile was disabled. Signed-off-by: David Abdurachmanov --- emacs.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emacs.spec b/emacs.spec index 6f486bf..4d21a8b 100644 --- a/emacs.spec +++ b/emacs.spec @@ -566,12 +566,12 @@ pgtk_pdmp="emacs-$(./build-pgtk/src/emacs --fingerprint 2>&1 | sed 's/.* //').pd install -p -m 0644 build-pgtk/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${pgtk_pdmp} # Install native compiled Lisp of all builds -pgtk_comp_native_ver=$(ls -1 build-pgtk/native-lisp) -cp -ar build-pgtk/native-lisp/${pgtk_comp_native_ver} %{buildroot}%{native_lisp} -(TOPDIR=${PWD} - cd %{buildroot} - find .%{native_lisp}/${pgtk_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/pgtk-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/pgtk-dirs "%%%%dir %%p\n" \) -) +#pgtk_comp_native_ver=$(ls -1 build-pgtk/native-lisp) +#cp -ar build-pgtk/native-lisp/${pgtk_comp_native_ver} %{buildroot}%{native_lisp} +#(TOPDIR=${PWD} +# cd %{buildroot} +# find .%{native_lisp}/${pgtk_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/pgtk-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/pgtk-dirs "%%%%dir %%p\n" \) +#) echo %{emacs_libexecdir}/${pgtk_pdmp} >> pgtk-eln-filelist %if %{with gtkx11}