Rpm spec tool
rpmspec {-q|--query} [select-options] [query-options] SPEC_FILE ...
[--rpms] [--srpms]
[--qf,--queryformat QUERYFMT] [--target TARGET_PLATFORM]
The general form of an rpm spec query command is
rpm {-q|--query} [select-options] [query-options]
You may specify the format that the information should be printed in. To do this, you use the
--qf|--queryformat QUERYFMT
option, followed by the QUERYFMT format string. See rpm(8) for details.
--rpms Operate on the binary package header(s). --srpm Operate on the source package header(s).
popt(3), rpm(8), rpmdb(8), rpmkeys(8), rpmsign(8), rpm2cpio(8), rpmbuild(8),
rpmspec --help - as rpm supports customizing the options via popt aliases it's impossible to guarantee that what's described in the manual matches what's available.
http://www.rpm.org/ <URL:http://www.rpm.org/>
Marc Ewing <[email protected]> Jeff Johnson <[email protected]> Erik Troan <[email protected]> Panu Matilainen <[email protected]>