Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist_rpm.py17 from distutils.command.bdist_rpm import bdist_rpm
76 cmd = bdist_rpm(dist)
120 cmd = bdist_rpm(dist)
/external/python/cpython2/Doc/distutils/
Dbuiltdist.rst123 ``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`.)
[all …]
Dconfigfile.rst100 run to run; for example, :command:`bdist_rpm` needs to know everything required
104 supplied as options to :command:`bdist_rpm`, which would be very tedious to do
108 [bdist_rpm]
Dintroduction.rst125 :command:`bdist_rpm` command, Solaris :program:`pkgtool`
130 python setup.py bdist_rpm
132 (The :command:`bdist_rpm` command uses the :command:`rpm` executable, therefore
Dapiref.rst1827 :mod:`distutils.command.bdist_rpm` --- Build a binary distribution as a Redhat RPM and SRPM
1830 .. module:: distutils.command.bdist_rpm
/external/python/cpython2/Lib/test/
Dtest_sundry.py32 import distutils.command.bdist_rpm
/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py20 class bdist_rpm (Command): class
/external/python/cpython2/Doc/extending/
Dbuilding.rst134 python setup.py bdist_rpm
/external/python/cpython2/Doc/whatsnew/
D2.0.rst867 difficult, "bdist_rpm" and "bdist_wininst" commands have already been
/external/python/cpython2/Misc/
DNEWS3841 - Issue #2945: Make the distutils upload command aware of bdist_rpm products.
8405 bdist_rpm command.
8407 - Issue #5378: Added --quiet option to Distutils bdist_rpm command.
11581 bdist_rpm.
DHISTORY445 spec file generated by bdist_rpm.
2385 - bdist_rpm now supports command line options --force-arch,
2572 - bdist_rpm now includes version and release in the BuildRoot, and
3377 - Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions
5667 - Now bdist_rpm distutils command understands a verify_script option in