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) |
167 Creating RPM packages
170 The RPM format is used by many popular Linux distributions, including Red Hat,
171 SuSE, and Mandrake. If one of these (or any of the other RPM-based Linux
172 distributions) is your usual environment, creating RPM packages for other users
175 to create RPMs that work on different RPM-based distributions.
177 The usual way to create an RPM of your module distribution is to run the
186 The former allows you to specify RPM-specific options; the latter allows you to
193 Creating RPM packages is driven by a :file:`.spec` file, much as using the
201 | RPM :file:`.spec` file option or section | Distutils setup script option |
225 | RPM :file:`.spec` file option | :command:`bdist_rpm` option | default value |
259 There are three steps to building a binary RPM package, all of which are
266 #. create the source RPM
268 #. create the "binary" RPM (which may or may not contain binary code, depending
271 Normally, RPM bundles the last two steps together; when you use the Distutils,