Lines Matching refs:bdist_rpm
123 ``zip``), and :command:`bdist_rpm` generates both binary and source RPMs. The
131 | :command:`bdist_rpm` | rpm, srpm |
164 :command:`bdist_rpm` command::
166 python setup.py bdist_rpm
176 python setup.py bdist_rpm --packager="John Doe <jdoe@example.org>" \
181 :command:`bdist_rpm` command normally creates a :file:`.spec` file based on the
208 options to the :command:`bdist_rpm` command as follows:
211 | RPM :file:`.spec` file option | :command:`bdist_rpm` option | default value |
261 :option:`!--spec-only` option to make :command:`bdist_rpm` just create the
266 :command:`bdist_rpm`.)
275 .. % > python setup.py bdist_rpm --spec-only
277 .. % > python setup.py bdist_rpm --spec-file=dist/FooBar-1.0.spec