Explicitly add %%{_datadir}/tcl8.4 and %%{_libdir}/tcl8.4 to the auto_path.

This commit is contained in:
Michael Thomas 2007-08-06 17:41:54 +00:00
parent bd5798a2b1
commit 109ac567e2
2 changed files with 6 additions and 2 deletions

View File

@ -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
#--------------------------------------------------------------------

View File

@ -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 <wart@kobold.org> - 1:8.4.15-2
- Explicitly add %%{_datadir}/tcl8.4 and %%{_libdir}/tcl8.4 to the
auto_path.
* Tue May 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 1:8.4.15-1
- Update Tcl-8.4.15