Lines Matching refs:RPM
17 your module distribution: for users of RPM-based Linux systems, it's a binary
18 RPM; for Windows users, it's an executable installer; for Debian-based Linux
58 built distributions, such as an RPM package or an executable installer for
93 | ``rpm`` | RPM | \(5) |
162 Creating RPM packages
165 The RPM format is used by many popular Linux distributions, including Red Hat,
166 SuSE, and Mandrake. If one of these (or any of the other RPM-based Linux
167 distributions) is your usual environment, creating RPM packages for other users
170 to create RPMs that work on different RPM-based distributions.
172 The usual way to create an RPM of your module distribution is to run the
181 The former allows you to specify RPM-specific options; the latter allows you to
187 Creating RPM packages is driven by a :file:`.spec` file, much as using the
195 | RPM :file:`.spec` file option or section | Distutils setup script option |
219 | RPM :file:`.spec` file option | :command:`bdist_rpm` option | default value |
253 There are three steps to building a binary RPM package, all of which are
260 #. create the source RPM
262 #. create the "binary" RPM (which may or may not contain binary code, depending
265 Normally, RPM bundles the last two steps together; when you use the Distutils,