I am writing a .spec file for a rpm that is simply going to unpack a tar ball into some directory on the filesystem
So where do I put the original tar ball? All the examples I have seen download the original tar ball from the internet. But that is not so in my case.
Should I put the tar ball in the %files section so that it becomes part of the rpm? If so then how do I reference it in the %setup macro which is going to unpack it?
Thanks!