Home
last modified time | relevance | path

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

/external/python/cpython3/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)
/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/cpython3/Doc/distutils/
Dbuiltdist.rst131 ``xztar``, ``ztar``, and ``zip``), and :command:`bdist_rpm` generates both
140 | :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>" \
190 :command:`bdist_rpm` command normally creates a :file:`.spec` file based on the
217 options to the :command:`bdist_rpm` command as follows:
220 | RPM :file:`.spec` file option | :command:`bdist_rpm` option | default value |
270 :option:`!--spec-only` option to make :command:`bdist_rpm` just create the
275 :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.rst1833 :mod:`distutils.command.bdist_rpm` --- Build a binary distribution as a Redhat RPM and SRPM
1836 .. module:: distutils.command.bdist_rpm
/external/python/cpython3/Lib/test/
Dtest_sundry.py32 import distutils.command.bdist_rpm
/external/python/cpython2/Lib/test/
Dtest_sundry.py32 import distutils.command.bdist_rpm
/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py15 class bdist_rpm(Command): class
/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/cpython3/Doc/extending/
Dbuilding.rst166 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/cpython3/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
/external/python/cpython3/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