I installed the Kicad 5.0.2 from the Fedora repos (out of the Software Utility).
When I looked up the Simulation in the Tools menu, could not fine one. Now, it appears that the build did not have SPICE enabled. If I go to the Help–>About Kicad–> Press the Version Info button, I see the following content:
Build settings:
USE_WX_GRAPHICS_CONTEXT=OFF
USE_WX_OVERLAY=OFF
KICAD_SCRIPTING=OFF
KICAD_SCRIPTING_MODULES=OFF
KICAD_SCRIPTING_WXPYTHON=OFF
KICAD_SCRIPTING_ACTION_MENU=OFF
BUILD_GITHUB_PLUGIN=ON
KICAD_USE_OCE=ON
KICAD_USE_OCC=OFF KICAD_SPICE=OFF
Now, where can I get the RMPS built with the SPICE simulation included?
An even shorter procedure would be to download ngspice and somehow integrate it into the existing installation.
If you install from his repo, you will get ngspice and scripting support, as he has privately built the missing pieces. Please follow his detailed instructions as to how to do the installation, because you must remove one or more python packages before installing his version.
I managed to build it myself by enabling the updates-testing repo for my mock filesystem (/etc/mock/fedora-29-x86_64.cfg) and adding libngspice & libngspice-devel as dependencies in kicad.spec.template so that they get installed and used in the mock filesystem during the build. You can find the RPM I built here: https://github.com/gralco/kicad/releases/download/5.0.2-fc29-x86_64-spice/kicad-5.0.2-1.fc29.x86_64.rpm
If you already have KiCad 5.0.2 installed then just run “sudo dnf reinstall {path-to-rpm}/kicad-5.0.2-1.fc29.x86_64.rpm”