I googled for this, but couldn\'t find how to query a non-installed RPM file for its information:
# rpm -qa blackfin-jtag-tools-09r1.1-2.i386.rpm # # rpm -qi bl
When rpm is not-installed then (this will list the complete info, plus the list of contents in the package);
rpm -qipl
When rpm is installed then;
rpm -qi
For more on rpm-queries. For more on handy-queries.