Accepting request 30832 from devel:languages:python:Factory

Copy from devel:languages:python:Factory/python based on submit request 30832 from user matejcik

OBS-URL: https://build.opensuse.org/request/show/30832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=42
This commit is contained in:
OBS User autobuild
2010-01-29 17:51:47 +00:00
committed by Git OBS Bridge
parent 8d16680d12
commit b557378c0d
14 changed files with 96 additions and 56 deletions

View File

@@ -1,6 +1,8 @@
--- Python-2.4c1.orig/Lib/distutils/command/install.py 2004-11-23 12:03:25.394124018 +0100
+++ Python-2.4c1/Lib/distutils/command/install.py 2004-11-23 12:29:28.270687563 +0100
@@ -135,6 +135,8 @@
Index: Python-2.6.2/Lib/distutils/command/install.py
===================================================================
--- Python-2.6.2.orig/Lib/distutils/command/install.py
+++ Python-2.6.2/Lib/distutils/command/install.py
@@ -168,6 +168,8 @@ class install (Command):
('record=', None,
"filename in which to record list of installed files"),
@@ -8,8 +10,8 @@
+ "filename in which to record list of installed files and directories suitable as filelist for rpm"),
]
boolean_options = ['compile', 'force', 'skip-build']
@@ -207,6 +209,7 @@
boolean_options = ['compile', 'force', 'skip-build', 'user']
@@ -243,6 +245,7 @@ class install (Command):
#self.install_info = None
self.record = None
@@ -17,7 +19,7 @@
# -- Option finalizing methods -------------------------------------
@@ -508,12 +511,61 @@
@@ -592,12 +595,61 @@ class install (Command):
self.create_path_file()
# write list of installed files, if requested.