From 4c5d256ec91ac6f7a6d1535adb797a338ceeeaf9 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 7 Oct 2024 09:55:29 +0300 Subject: [PATCH] Bring back non-existing file error: Could not open %files file /builddir/build/BUILD/emacs-29.4-build/emacs-29.4/pgtk-dirs: No such file or directory Could not open %files file /builddir/build/BUILD/emacs-29.4-build/emacs-29.4/pgtk-dirs: No such file or directory Signed-off-by: David Abdurachmanov --- emacs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.spec b/emacs.spec index 00e2894..10583ef 100644 --- a/emacs.spec +++ b/emacs.spec @@ -573,6 +573,7 @@ install -p -m 0644 build-pgtk/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${p # 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 +touch pgtk-dirs %if %{with gtkx11} gtkx11_pdmp="emacs-$(./build-gtk+x11/src/emacs --fingerprint 2>&1 | sed 's/.* //').pdmp"