cpython/Misc/RPM
Andrew M. Kuchling f3b9430fd1 Update a beopen.com e-mail 2001-08-13 15:14:13 +00:00
..
Tkinter Update a few references to beopen.com 2001-08-13 15:13:24 +00:00
BeOpen-Python-Setup.patch misc. RPM support files 2000-10-16 15:34:52 +00:00
README misc. RPM support files 2000-10-16 15:34:52 +00:00
beopen-python.spec Update a beopen.com e-mail 2001-08-13 15:14:13 +00:00
make-spec.sh misc. RPM support files 2000-10-16 15:34:52 +00:00

README

This directory contains support file used to build RPM releases of
Python. 

beopen-python.spec: 
    Template for the spec file used to build Python.  The make-spec.sh
    program below converts fills in the template with current release
    information. 
BeOpen-Python-Setup.patch:
    This patch modifies Setup.in to include many extension modules
    that compile cleanly on a generic Linux system.
make-spec.sh:
    Copies the .spec and .patch files into /usr/src/redhat/SPECS and
    SOURCES respectively.  The generated versions of these files have
    version numbers set from the source tree.
Tkinter:
    The files in this directory are used to package the _tkinter
    extension module with distutils.  The src subdirectory should
    contain copies of _tkinter.c and tkappinit.c from the Modules
    directory of the source tree.