From 2850fb1bc1922174fc2c82a6192da3d90489b8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 1 Aug 2023 00:36:45 +0200 Subject: [PATCH] Use %autosetup instead of %setup -q --- emacs.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/emacs.spec b/emacs.spec index eef484b..469be7a 100644 --- a/emacs.spec +++ b/emacs.spec @@ -199,18 +199,8 @@ Development header files for Emacs. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' -%setup -q +%autosetup -p1 -%patch1 -p1 -b .spellchecker -%patch2 -p1 -b .system-crypto-policies -%patch3 -p1 -b .libdir-vs-systemd -%patch4 -p1 -b .pdmp-fingerprint -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -b .ctags-local-execution-cve -%patch8 -p1 -b .native-compile-Q -%patch9 -p1 -b .webkit2gtk-4.1 -%patch10 -p1 autoconf grep -v "tetris.elc" lisp/Makefile.in > lisp/Makefile.in.new \