SHA256
6
0
forked from pool/tcl
OBS User unknown
2008-04-08 22:53:39 +00:00
committed by Git OBS Bridge
parent 0d653ca0d3
commit ad84bc50cd
4 changed files with 67 additions and 1 deletions

14
macros.tcl Normal file
View File

@@ -0,0 +1,14 @@
# RPM macros for Tcl
# The minor version of Tcl
%tcl_version %(echo 'puts [info tclversion]'|tclsh)
# compiled packges should go here
%tcl_archdir %(echo 'puts [lindex $tcl_pkgPath 0]'|tclsh)
# script-only packages should go here
%tcl_noarchdir %(echo 'puts [lindex $tcl_pkgPath 1]'|tclsh)
# tclscriptdir is deprecated, please use tcl_archdir or
# tcl_noarchdir instead, depending on the type of your package
%tclscriptdir %tcl_noarchdir