From 7b06dc068dab516cf00f49e06f7cbf49c2435553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 8 Aug 2022 12:04:40 +0200 Subject: [PATCH] Avoid RPM warning warning: line 71: Possible unexpanded macro in: Requires: emacs(bin) >= %{_emacs_version} --- Cython.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cython.spec b/Cython.spec index 97b1920..e6854fe 100644 --- a/Cython.spec +++ b/Cython.spec @@ -68,7 +68,9 @@ Provides: bundled(python3dist(tempita)) Summary: A major mode for editing Cython source files in Emacs BuildArch: noarch BuildRequires: emacs +%{?_emacs_version: Requires: emacs(bin) >= %{_emacs_version} +} %description -n emacs-cython-mode cython-mode is an Emacs major mode for editing Cython source files.