Created attachment 913644 [details] A spec patch to fix install path problem Description of problem: Mk4tcl in metakit-2.4.9.7-13.fc19 (and f20) doesn't work properly due to wrong installation path. Version-Release number of selected component (if applicable): metakit-2.4.9.7-13.fc19 (and f20) How reproducible: % yum install tcl metakit ... % rpm -ql metakit|grep pkgIndex /usr/lib64/Mk4tcl/pkgIndex.tcl % echo 'package require Mk4tcl'|tclsh can't find package Mk4tcl % Expected results: % rpm -ql metakit|grep pkgIndex /usr/lib64/tcl8.5/Mk4tcl/pkgIndex.tcl % echo 'puts [package require Mk4tcl]' |tclsh 2.4.9.7 % Additional info:
retiring package in F-21+