It is probably a bit late to answer, but I tried to do something similar, and I did not want to use -relocate because my package was not created to install anywhere other than in / opt.
As I did this, the following two lines were added:
Prefix: /opt %define _prefix /opt/
Remember that you also need to update the% files section to reflect what it now installs in / opt
source share