There isn't a GUI app out there to examine rpms easily and I often examine the file structure of rpms when packaging or providing tech support in ark as it's super convenient. Would it be possible to add the rpm meta data into properties or somewhere else? GUI equivalent of `rpm -q --scripts` Thanks for your consideration :)
Hmm, that's going to be difficult. We use libarchive to open rpm archives, so rpm metadata parsing should be implemented in libarchive first.