317 |
,"ascend-"+version |
,"ascend-"+version |
318 |
) |
) |
319 |
|
|
320 |
|
opts.Add( |
321 |
|
'RELEASE' |
322 |
|
,"Release number for use in RPM spec file. This should always start with a zero for releases made by the ASCEND group, in order that third parties can make 'patch' releases of higher version numbers." |
323 |
|
,"0" |
324 |
|
) |
325 |
|
|
326 |
opts.Add(BoolOption( |
opts.Add(BoolOption( |
327 |
'ABSOLUTE_PATHS' |
'ABSOLUTE_PATHS' |
328 |
,"Whether to use absolute or relative paths in the installed Tcl/Tk interface. If you want to build an RPM, set this to false." |
,"Whether to use absolute or relative paths in the installed Tcl/Tk interface. If you want to build an RPM, set this to false." |
924 |
, '@INSTALL_INCLUDE@':env['INSTALL_INCLUDE'] |
, '@INSTALL_INCLUDE@':env['INSTALL_INCLUDE'] |
925 |
, '@PYGTK_ASSETS@':env['PYGTK_ASSETS'] |
, '@PYGTK_ASSETS@':env['PYGTK_ASSETS'] |
926 |
, '@VERSION@':version |
, '@VERSION@':version |
927 |
|
, '@RELEASE@':env.get('RELEASE') |
928 |
, '@DISTTAR_NAME@':env['DISTTAR_NAME'] |
, '@DISTTAR_NAME@':env['DISTTAR_NAME'] |
929 |
, '@WEBHELPROOT@':'http://pye.dyndns.org/ascend/manual/' |
, '@WEBHELPROOT@':'http://pye.dyndns.org/ascend/manual/' |
930 |
, '@ASC_SHLIBSUFFIX@':env['SHLIBSUFFIX'] |
, '@ASC_SHLIBSUFFIX@':env['SHLIBSUFFIX'] |