/[thuban]/branches/WIP-pyshapelib-bramz/setup.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1316 by jonathan, Mon Jun 30 09:47:04 2003 UTC revision 1614 by jan, Tue Aug 19 21:56:20 2003 UTC
# Line 230  if gdal_config_script: Line 230  if gdal_config_script:
230  #  #
231  # Define some extension and python modules  # Define some extension and python modules
232  #  #
233  # The C-extension names are prefixed woth "Lib." so they get put into  # The C-extension names are prefixed with "Lib." so they get put into
234  # the Lib/ subdirectory. Lib/ is not really a package but distutils  # the Lib/ subdirectory. Lib/ is not really a package but distutils
235  # doesn't care  # doesn't care
236    
237  # subdirectory containing the extensions  # subdirectory containing the distutil extensions
238  ext_dir = "extensions"  ext_dir = "libraries"
239    
240  # subdirectory with some shapelib files  # subdirectory with some shapelib files
241  shp_dir = ext_dir + "/shapelib"  shp_dir = ext_dir + "/shapelib"
# Line 783  class ThubanInstall(install): Line 783  class ThubanInstall(install):
783    
784  bdist_rpm_prep_script = '''  bdist_rpm_prep_script = '''
785  %setup  %setup
786  cp extensions/pyshapelib/{README,README.pyshapelib}  cp libraries/pyshapelib/{README,README.pyshapelib}
787  cp extensions/pyshapelib/{COPYING,COPYING.pyshapelib}  cp libraries/pyshapelib/{COPYING,COPYING.pyshapelib}
788  cp extensions/pyprojection/{LICENSE,LICENSE.pyprojection}  cp libraries/pyprojection/{LICENSE,LICENSE.pyprojection}
789  '''  '''
790    
791  bdist_rpm_build_script = '''  bdist_rpm_build_script = '''

Legend:
Removed from v.1316  
changed lines
  Added in v.1614

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26