1RPMARGS(1) RPMARGS(1)
2
3
4
6 rpmargs - process RPM packages
7
9 rpmargs [-h] -c command [-a] [-p] [FILE...] [DIR...]
10
12 rpmargs executes a command against each RPM package given on the
13 command line. Extra word splitting is performed on the command. Each
14 FILE is treated as RPM package. Each DIR is processed with "*.rpm"
15 pattern, and RPM file basename is prepended to the command output.
16
18 -a Process all Sisyphus packages.
19
20 -p When processing a directory, list package names, not file names;
21 furthermore, enable special treatment of packages with the same
22 name; that is, process only the one with the latest version.
23
24 -h Display this help and exit.
25
27 Written by Alexey Tourbin <at@altlinux.org>.
28
30 Copyright (c) 2005 Alexey Tourbin, ALT Linux Team.
31
32 This is free software; you can redistribute it and/or modify it under
33 the terms of the GNU General Public License as published by the Free
34 Software Foundation; either version 2 of the License, or (at your
35 option) any later version.
36
37
38
39rpmdevtools 9.6 2023-01-20 RPMARGS(1)