[Python-checkins] CVS: distutils/distutils/command bdist_rpm.py,1.13,1.14 build_ext.py,1.57,1.58 build_scripts.py,1.3,1.4 install_data.py,1.10,1.11

Greg Ward python-dev@python.org
Wed, 26 Jul 2000 19:13:23 -0700


Update of /cvsroot/python/distutils/distutils/command
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26443/command

Modified Files:
	bdist_rpm.py build_ext.py build_scripts.py install_data.py 
Log Message:
Fixed a grab-bag of typos spotted by Rob Hooft.

Index: bdist_rpm.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/bdist_rpm.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** bdist_rpm.py	2000/06/08 14:21:23	1.13
--- bdist_rpm.py	2000/07/27 02:13:20	1.14
***************
*** 401,405 ****
  
          for (rpm_opt, attr, default) in script_options:
!             # Insert contents of file refered to, if no file is refered to
              # use 'default' as contents of script
              val = getattr(self, attr)
--- 401,405 ----
  
          for (rpm_opt, attr, default) in script_options:
!             # Insert contents of file referred to, if no file is refered to
              # use 'default' as contents of script
              val = getattr(self, attr)

Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/build_ext.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** build_ext.py	2000/07/27 01:21:54	1.57
--- build_ext.py	2000/07/27 02:13:20	1.58
***************
*** 395,399 ****
              #     guess it's useful)
              # The environment variable should take precedence, and
!             # any sensible compiler will give precendence to later
              # command line args.  Hence we combine them in order:
              extra_args = ext.extra_compile_args or []
--- 395,399 ----
              #     guess it's useful)
              # The environment variable should take precedence, and
!             # any sensible compiler will give precedence to later
              # command line args.  Hence we combine them in order:
              extra_args = ext.extra_compile_args or []

Index: build_scripts.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/build_scripts.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** build_scripts.py	2000/05/25 20:05:52	1.3
--- build_scripts.py	2000/07/27 02:13:20	1.4
***************
*** 47,51 ****
          Python script in the Unix way (first line matches 'first_line_re',
          ie. starts with "\#!" and contains "python"), then adjust the first
!         line to refer to the current Python intepreter as we copy.
          """
          outfiles = []
--- 47,51 ----
          Python script in the Unix way (first line matches 'first_line_re',
          ie. starts with "\#!" and contains "python"), then adjust the first
!         line to refer to the current Python interpreter as we copy.
          """
          outfiles = []

Index: install_data.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/install_data.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** install_data.py	2000/06/24 17:36:24	1.10
--- install_data.py	2000/07/27 02:13:20	1.11
***************
*** 19,23 ****
      user_options = [
          ('install-dir=', 'd',
!          "base directory for installating data files "
           "(default: installation base dir)"),
          ('root=', None,
--- 19,23 ----
      user_options = [
          ('install-dir=', 'd',
!          "base directory for installing data files "
           "(default: installation base dir)"),
          ('root=', None,