Find installed location of a relocatable package

Hi,

I am finding the installed location of a package by:
rpm -qi <package_name>

And then parse the string "Relocations".
If i relocate this package during installation with --relocate option , the "Relocations" string still shows the old value. Though the package has been installed on the new location.

How can i figure out where the package has been installed later.

Thanks