1RPMSPEC(8) System Manager's Manual RPMSPEC(8)
2
3
4
6 rpmspec - RPM Spec Tool
7
9 QUERYING SPEC FILES:
10 rpmspec {-q|--query} [select-options] [query-options] SPEC_FILE ...
11
12
13 select-options
14 [--rpms]
15 [--srpms]
16
17
18 query-options
19 [--qf,--queryformat QUERYFMT]
20 [--target TARGET_PLATFORM]
21
22
23 QUERY OPTIONS
24 The general form of an rpm spec query command is
25
26 rpm {-q|--query} [select-options] [query-options]
27
28
29 You may specify the format that the information should be printed in.
30 To do this, you use the
31
32 --qf|--queryformat QUERYFMT
33
34 option, followed by the QUERYFMT format string. See rpm(8) for
35 details.
36
37 SELECT OPTIONS
38 --rpms Operate on the binary package header(s).
39 --srpm Operate on the source package header(s).
40
41
43 popt(3),
44 rpm(8),
45 rpmdb(8),
46 rpmkeys(8),
47 rpmsign(8),
48 rpm2cpio(8),
49 rpmbuild(8),
50
51 rpmspec --help - as rpm supports customizing the options via popt
52 aliases it's impossible to guarantee that what's described in the man‐
53 ual matches what's available.
54
55
56 http://www.rpm.org/ <URL:http://www.rpm.org/>
57
59 Marc Ewing <marc@redhat.com>
60 Jeff Johnson <jbj@redhat.com>
61 Erik Troan <ewt@redhat.com>
62 Panu Matilainen <pmatilai@redhat.com>
63
64
65
66Red Hat, Inc 29 October 2010 RPMSPEC(8)