Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
da23c4fe
Commit
da23c4fe
authored
Feb 17, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two typos, and add some omitted \option{} markup
parent
f5d2fdf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Doc/dist/dist.tex
Doc/dist/dist.tex
+7
-7
No files found.
Doc/dist/dist.tex
View file @
da23c4fe
...
...
@@ -393,7 +393,7 @@ setup(name = "foo", version = "1.0",
\end{verbatim}
The
\class
{
Extension
}
class (actually, the underlying extension-building
machinery implemented by the
\command
{
buil
t
\_
ext
}
command) supports a
machinery implemented by the
\command
{
buil
d
\_
ext
}
command) supports a
great deal of flexibility in describing Python extensions, which is
explained in the following sections.
...
...
@@ -1028,7 +1028,7 @@ the Distutils is driven by the setup script. To make your life easier,
the
\command
{
bdist
\_
rpm
}
command normally creates a
\file
{
.spec
}
file
based on the information you supply in the setup script, on the command
line, and in any Distutils configuration files. Various options and
section in the
\file
{
.spec
}
file are derived from options in the setup
section
s
in the
\file
{
.spec
}
file are derived from options in the setup
script as follows:
\begin{tableii}
{
l|l
}{
textrm
}
%
{
RPM
\file
{
.spec
}
file option or section
}{
Distutils setup script option
}
...
...
@@ -1052,11 +1052,11 @@ through options to the \command{bdist\_rpm} command as follows:
\lineiii
{
Release
}{
\option
{
release
}}{
``1''
}
\lineiii
{
Group
}{
\option
{
group
}}{
``Development/Libraries''
}
\lineiii
{
Vendor
}{
\option
{
vendor
}}{
(see above)
}
\lineiii
{
Packager
}{
packager
}{
(none)
}
\lineiii
{
Provides
}{
provides
}{
(none)
}
\lineiii
{
Requires
}{
requires
}{
(none)
}
\lineiii
{
Conflicts
}{
conflicts
}{
(none)
}
\lineiii
{
Obsoletes
}{
obsoletes
}{
(none)
}
\lineiii
{
Packager
}{
\option
{
packager
}
}{
(none)
}
\lineiii
{
Provides
}{
\option
{
provides
}
}{
(none)
}
\lineiii
{
Requires
}{
\option
{
requires
}
}{
(none)
}
\lineiii
{
Conflicts
}{
\option
{
conflicts
}
}{
(none)
}
\lineiii
{
Obsoletes
}{
\option
{
obsoletes
}
}{
(none)
}
\lineiii
{
Distribution
}{
\option
{
distribution
\_
name
}}{
(none)
}
\lineiii
{
BuildRequires
}{
\option
{
build
\_
requires
}}{
(none)
}
\lineiii
{
Icon
}{
\option
{
icon
}}{
(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