Home
last modified time | relevance | path

Searched refs:bdist_rpm (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_bdist_rpm.py9 from distutils.command.bdist_rpm import bdist_rpm
71 cmd = bdist_rpm(dist)
115 cmd = bdist_rpm(dist)
/third_party/python/Doc/distutils/
Dbuiltdist.rst130 ``xztar``, ``ztar``, and ``zip``), and :command:`bdist_rpm` generates both
139 | :command:`bdist_rpm` | rpm, srpm |
173 :command:`bdist_rpm` command::
175 python setup.py bdist_rpm
185 python setup.py bdist_rpm --packager="John Doe <jdoe@example.org>"
189 :command:`bdist_rpm` command normally creates a :file:`.spec` file based on the
216 options to the :command:`bdist_rpm` command as follows:
219 | RPM :file:`.spec` file option | :command:`bdist_rpm` option | default value |
269 :option:`!--spec-only` option to make :command:`bdist_rpm` just create the
274 :command:`bdist_rpm`.)
[all …]
Dconfigfile.rst110 run to run; for example, :command:`bdist_rpm` needs to know everything required
114 supplied as options to :command:`bdist_rpm`, which would be very tedious to do
120 [bdist_rpm]
Dintroduction.rst116 :command:`bdist_rpm` command, Solaris :program:`pkgtool`
121 python setup.py bdist_rpm
123 (The :command:`bdist_rpm` command uses the :command:`rpm` executable, therefore
Dapiref.rst1871 :mod:`distutils.command.bdist_rpm` --- Build a binary distribution as a Redhat RPM and SRPM
1874 .. module:: distutils.command.bdist_rpm
/third_party/python/Lib/test/
Dtest_sundry.py34 import distutils.command.bdist_rpm
/third_party/python/Lib/distutils/command/
Dbdist_rpm.py14 class bdist_rpm(Command): class
/third_party/python/Doc/extending/
Dbuilding.rst165 python setup.py bdist_rpm
/third_party/python/Doc/whatsnew/
D2.0.rst867 difficult, "bdist_rpm" and "bdist_wininst" commands have already been
/third_party/python/Misc/
DHISTORY7366 executable within bdist_rpm even on older versions of RPM
7509 bdist_rpm. Initial patch by Ross Lagerwall.
8816 - Issue #2945: Make the distutils upload command aware of bdist_rpm products.
15576 bdist_rpm command.
15578 - Issue #5378: added --quiet option to Distutils bdist_rpm command.
17829 spec file generated by bdist_rpm.
19769 - bdist_rpm now supports command line options --force-arch,
19956 - bdist_rpm now includes version and release in the BuildRoot, and
20761 - Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions
23051 - Now bdist_rpm distutils command understands a verify_script option in
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst2503 either ``bdist_rpm`` or ``bdist_dumb``.