home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / Misc / RPM / README < prev   
Encoding:
Text File  |  2000-10-25  |  842 b   |  20 lines

  1. This directory contains support file used to build RPM releases of
  2. Python. 
  3.  
  4. beopen-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. 
  8. BeOpen-Python-Setup.patch:
  9.     This patch modifies Setup.in to include many extension modules
  10.     that compile cleanly on a generic Linux system.
  11. make-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.
  15. Tkinter:
  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.
  20.