Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
d3c88e64
Commit
d3c88e64
authored
Sep 12, 2004
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization.
parent
6d690de8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
command/bdist_rpm.py
command/bdist_rpm.py
+8
-8
No files found.
command/bdist_rpm.py
View file @
d3c88e64
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment