From 9ed91aff01e271dd18eda26c77f17cd78c1f2996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 9 Jun 2010 12:49:43 +0000 Subject: [PATCH] - Reverted back tk paths (#540296) --- tcl-8.5.1-autopath.patch | 4 ++-- tcl.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tcl-8.5.1-autopath.patch b/tcl-8.5.1-autopath.patch index 063b03b..87317d3 100644 --- a/tcl-8.5.1-autopath.patch +++ b/tcl-8.5.1-autopath.patch @@ -44,10 +44,10 @@ diff -up tcl8.5.7/unix/configure.in.old tcl8.5.7/unix/configure.in TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl" elif test "$prefix/lib" != "$libdir"; then - TCL_PACKAGE_PATH="${libdir} ${prefix}/lib ${TCL_PACKAGE_PATH}" -+ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${TCL_PACKAGE_PATH}" ++ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${libdir}/tk8.5 ${prefix}/share/tk8.5 ${TCL_PACKAGE_PATH}" else - TCL_PACKAGE_PATH="${prefix}/lib ${TCL_PACKAGE_PATH}" -+ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${TCL_PACKAGE_PATH}" ++ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${libdir}/tk8.5 ${prefix}/share/tk8.5 ${TCL_PACKAGE_PATH}" fi #-------------------------------------------------------------------- diff --git a/tcl.spec b/tcl.spec index 255bdce..46f64c2 100644 --- a/tcl.spec +++ b/tcl.spec @@ -5,7 +5,7 @@ Summary: Tool Command Language, pronounced tickle Name: tcl Version: %{vers} -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}8.5/%{name}Config.sh %changelog +* Wed Jun 09 2010 Jaroslav Škarvada - 1:8.5.8-2 +- Reverted back tk paths (#540296) + * Wed Mar 17 2010 Jaroslav Škarvada - 1:8.5.8-1 - 562148 update to 8.5.8