tclsh8.5 is back because of back compatibility #428712

This commit is contained in:
Marcela Mašláňová 2008-01-15 13:54:25 +00:00
parent 1247ddd4ea
commit 58e3ecbe3b
2 changed files with 5 additions and 13 deletions

View File

@ -1,16 +1,5 @@
--- tcl8.5.0/unix/Makefile.in.make 2007-12-19 22:50:13.000000000 +0100
+++ tcl8.5.0/unix/Makefile.in 2007-12-20 11:11:07.000000000 +0100
@@ -731,8 +731,8 @@ install-binaries: binaries
$(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \
$(LIB_INSTALL_DIR)/$(TCL_EXP_FILE); \
fi
- @echo "Installing tclsh as $(BIN_INSTALL_DIR)/tclsh$(VERSION)"
- @$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh$(VERSION)
+ @echo "Installing tclsh as $(BIN_INSTALL_DIR)/tclsh"
+ @$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh
@echo "Installing tclConfig.sh to $(LIB_INSTALL_DIR)/"
@$(INSTALL_DATA) tclConfig.sh $(LIB_INSTALL_DIR)/tclConfig.sh
@if test "$(STUB_LIB_FILE)" != "" ; then \
@@ -783,7 +783,7 @@ install-libraries: libraries $(INSTALL_T
$(INSTALL_DATA) $$j $(SCRIPT_INSTALL_DIR)/http1.0; \
done;

View File

@ -3,7 +3,7 @@
Summary: Tcl scripting language development environment
Name: tcl
Version: %{majorver}.0
Release: 5%{?dist}
Release: 6%{?dist}
Epoch: 1
License: TCL
Group: Development/Languages
@ -72,7 +72,7 @@ make %{?_smp_mflags} TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
rm -rf $RPM_BUILD_ROOT
make install -C unix INSTALL_ROOT=$RPM_BUILD_ROOT TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
#ln -s tclsh%{majorver} $RPM_BUILD_ROOT%{_bindir}/tclsh
ln -s tclsh%{majorver} $RPM_BUILD_ROOT%{_bindir}/tclsh
# for linking with -lib%{name}
ln -s lib%{name}%{majorver}.so $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so
@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}Config.sh
%changelog
* Tue Jan 15 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.0-6
- tclsh8.5 is back because of back compatibility #428712
* Tue Jan 8 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.0-5
- stack checking is ok, error is in application. Removing withouth stack.
- tcl-8.5.0-hidden.patch isn't ok, fix should be in expect. In the meantime