]> git.pld-linux.org Git - packages/rpm-pld-macros.git/blob - macros.tcl
- fix py3_ver macro for python 3.10, bump ver to 2.013
[packages/rpm-pld-macros.git] / macros.tcl
1 # TCL specific macro definitions.
2
3 %__tclsh        /usr/bin/tclsh
4
5 %tcl_version    %{expand:%%global tcl_version %(V=$(echo 'puts $tcl_version' | %{__tclsh}); echo ${V:-0})}%tcl_version
6 %tcl_sitearch   %{_libdir}/tcl%{tcl_version}
7 %tcl_sitelib    %{_datadir}/tcl%{tcl_version}
This page took 0.213842 seconds and 3 git commands to generate.