blob: 56dcab38d43cc66be6e55d18d90df0a761adf7be [file] [log] [blame]
Jeremy Hylton355e2f22000-10-16 15:34:52 +00001This directory contains support file used to build RPM releases of
2Python.
3
4beopen-python.spec:
5 Template for the spec file used to build Python. The make-spec.sh
6 program below converts fills in the template with current release
7 information.
8BeOpen-Python-Setup.patch:
9 This patch modifies Setup.in to include many extension modules
10 that compile cleanly on a generic Linux system.
11make-spec.sh:
12 Copies the .spec and .patch files into /usr/src/redhat/SPECS and
13 SOURCES respectively. The generated versions of these files have
14 version numbers set from the source tree.
15Tkinter:
16 The files in this directory are used to package the _tkinter
17 extension module with distutils. The src subdirectory should
18 contain copies of _tkinter.c and tkappinit.c from the Modules
19 directory of the source tree.