Add manpages for Linux and include them in spec file

Note that the manpages are placed in Data
This commit is contained in:
Mystro256
2016-03-03 23:21:39 -05:00
committed by Jeremy Newton
parent 8d4607d293
commit 84483a1076
4 changed files with 119 additions and 0 deletions

View File

@ -111,6 +111,7 @@ Dolphin Emulator without a graphical user interface
%files nogui
%{_bindir}/%{name}-nogui
%{_mandir}/man6/%{name}-nogui.*
# ------------------------------------------------------
@ -139,6 +140,7 @@ make %{?_smp_mflags} install DESTDIR="%{?buildroot}"
%{_datadir}/%{name}
%{_datadir}/pixmaps/dolphin-emu.xpm
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/%{name}.*
%clean
rm -rf %{buildroot}