[M108 Migration]Notify internal API compatibility when installing wrtjs rpm
Previously, the second and third versions haven't been used.
So, this removes the unused versions except for the wrtjs version
and newly adds {TPK_VERSION} and {INTERNAL_API_REVISION} like below:
{TPK_VERSION}.{INTERNAL_API_REVISION}.{WRTJS_VERSION}
The {INTERNAL_API_REVISION} needs to check API compatibility
between chromium-efl and wrtjs.
In addition, this notifies internal API version compatibility result
using the {INTERNAL_API_REVISION} when installing rpm file.
The internal API compatibility can be guaranteed only if the
{INTERNAL_API_REVISION} is same with chromium-efl.
Reference: https://review.tizen.org/gerrit/281213
Change-Id: I8fba74c012701f59a46fde7733fcb926f69a86b9
Signed-off-by: uzair <uzair.jaleel@samsung.com>