Fix specfile for nogui executable
Support new nogui executable in specfile as dedicated sub-package.
This commit is contained in:
parent
974dd21019
commit
c7321b8b7c
|
@ -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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue