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
there are lot of -i option used in above answers , best way to check :
For one rpms,
rpm -qlp .rpm
For all rpms , search for your file with grep :
rpm -qpl *.rpm|grep