From 109ac567e248aef987724747f9ce2e748eea960f Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 6 Aug 2007 17:41:54 +0000 Subject: [PATCH] Explicitly add %%{_datadir}/tcl8.4 and %%{_libdir}/tcl8.4 to the auto_path. --- tcl-confi.patch | 2 +- tcl.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tcl-confi.patch b/tcl-confi.patch index cf1d195..9295ab9 100644 --- a/tcl-confi.patch +++ b/tcl-confi.patch @@ -41,7 +41,7 @@ TCL_PACKAGE_PATH="${libdir} ${prefix}/lib" else - TCL_PACKAGE_PATH="${prefix}/lib" -+ TCL_PACKAGE_PATH="${libdir} ${prefix}/share" ++ TCL_PACKAGE_PATH="${libdir} ${prefix}/share ${prefix}/share/tcl8.4 ${libdir}/tcl8.4" fi #-------------------------------------------------------------------- diff --git a/tcl.spec b/tcl.spec index d79ec5f..e4ab33f 100644 --- a/tcl.spec +++ b/tcl.spec @@ -3,7 +3,7 @@ Summary: Tcl scripting language development environment Name: tcl Version: %{majorver}.15 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: BSD Group: Development/Languages @@ -140,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{name}%{version}/html/* %changelog +* Mon Aug 6 2007 Michael Thomas - 1:8.4.15-2 +- Explicitly add %%{_datadir}/tcl8.4 and %%{_libdir}/tcl8.4 to the + auto_path. + * Tue May 22 2007 Marcela Maslanova - 1:8.4.15-1 - Update Tcl-8.4.15