I've got a source rpm of gpgme-0.3 that I want to install. However, I don't want it to conflict with the gpgme-0.9 that I already have installed. Is it possible for me to install (I assume using rpmbuild --rebuild xxx.src.rpm) the package while specifying a path that won't conflict with the installed gpgme? Thanks.