From c7321b8b7c351ecb5f7d43cb2bfd6de0bc507d94 Mon Sep 17 00:00:00 2001 From: KAMiKAZOW Date: Tue, 11 Nov 2014 00:57:16 +0100 Subject: [PATCH] Fix specfile for nogui executable Support new nogui executable in specfile as dedicated sub-package. --- Installer/dolphin-emu.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Installer/dolphin-emu.spec b/Installer/dolphin-emu.spec index e7f992cee1..6b8aa1f97e 100644 --- a/Installer/dolphin-emu.spec +++ b/Installer/dolphin-emu.spec @@ -102,6 +102,17 @@ Translations into various languages for Dolphin Emulator # ------------------------------------------------------ +%package nogui +Summary: Dolphin Emulator without a graphical user interface + +%description nogui +Dolphin Emulator without a graphical user interface + +%files nogui +%{_bindir}/%{name}-nogui + +# ------------------------------------------------------ + %prep %setup -q