Whitespace normalization.

This commit is contained in:
Tim Peters 2004-09-12 03:49:31 +00:00
parent 2ee8099bd8
commit 0e9980f75a
7 changed files with 26 additions and 26 deletions

View file

@ -97,24 +97,24 @@ class bdist_rpm (Command):
"RPM 2 compatibility mode"),
# Add the hooks necessary for specifying custom scripts
('prep-script=', None,
('prep-script=', None,
"Specify a script for the PREP phase of RPM building"),
('build-script=', None,
('build-script=', None,
"Specify a script for the BUILD phase of RPM building"),
('pre-install=', None,
('pre-install=', None,
"Specify a script for the pre-INSTALL phase of RPM building"),
('install-script=', None,
('install-script=', None,
"Specify a script for the INSTALL phase of RPM building"),
('post-install=', None,
('post-install=', None,
"Specify a script for the post-INSTALL phase of RPM building"),
('pre-uninstall=', None,
('pre-uninstall=', None,
"Specify a script for the pre-UNINSTALL phase of RPM building"),
('post-uninstall=', None,
('post-uninstall=', None,
"Specify a script for the post-UNINSTALL phase of RPM building"),
('clean-script=', None,
('clean-script=', None,
"Specify a script for the CLEAN phase of RPM building"),
('verify-script=', None,