summaryrefslogtreecommitdiffstats
path: root/Misc/RPM/README
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2003-09-24 01:36:13 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2003-09-24 01:36:13 (GMT)
commitfd95c3a46688a643970c98349306d5f3389853fa (patch)
tree73c5b66fd0e94892eb0b8826db00adee560dd09d /Misc/RPM/README
parentffe469e82722891d9df4511ccc5fa82725c378f6 (diff)
downloadcpython-fd95c3a46688a643970c98349306d5f3389853fa.zip
cpython-fd95c3a46688a643970c98349306d5f3389853fa.tar.gz
cpython-fd95c3a46688a643970c98349306d5f3389853fa.tar.bz2
updates from sean
Diffstat (limited to 'Misc/RPM/README')
-rw-r--r--Misc/RPM/README14
1 files changed, 12 insertions, 2 deletions
diff --git a/Misc/RPM/README b/Misc/RPM/README
index 5dbfccd..f3a2557 100644
--- a/Misc/RPM/README
+++ b/Misc/RPM/README
@@ -2,5 +2,15 @@ This directory contains support file used to build RPM releases of
Python. Its contents are maintained by Sean Reifschneider
<jafo@tummy.com>.
-Note that the patches say "2.1" in the name -- they didn't need to be
-updated for 2.2.
+It is recommended that RPM builders use the python*.src.rpm file
+downloaded from the "ftp.python.org:/pub/python/<version>/rpms". These
+may be more up to date than the files included in the base Python
+release tar-file.
+
+If you wish to build RPMs from the base Python release tar-file, note
+that you will have to download the
+"doc/<version>/html-<version>.tar.bz2"
+file from python.org and place it into your "SOURCES" directory for
+the build to complete. This is the same directory that you place the
+Python-2.3.1 release tar-file in. You can then use the ".spec" file in
+this directory to build RPMs.