This commit is contained in:
committed by
Git OBS Bridge
parent
0d653ca0d3
commit
ad84bc50cd
14
macros.tcl
Normal file
14
macros.tcl
Normal 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
|
Reference in New Issue
Block a user