From 05dae0b4f396510eb40e525df2382a7483d7ce79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 19 Dec 2006 15:24:07 +0000 Subject: [PATCH] Add patch. --- tcl-8.4.5-lib-perm.patch | 12 ++++++++++++ tcl.spec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 tcl-8.4.5-lib-perm.patch diff --git a/tcl-8.4.5-lib-perm.patch b/tcl-8.4.5-lib-perm.patch new file mode 100644 index 0000000..f6d114e --- /dev/null +++ b/tcl-8.4.5-lib-perm.patch @@ -0,0 +1,12 @@ +diff -u tcl8.4.5/unix/Makefile.in~ tcl8.4.5/unix/Makefile.in +--- tcl8.4.5/unix/Makefile.in~ 2003-11-25 16:47:51.000000000 +0900 ++++ tcl8.4.5/unix/Makefile.in 2003-11-25 16:47:51.000000000 +0900 +@@ -601,7 +601,7 @@ + fi + @echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/" + @@INSTALL_LIB@ +- @chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE) ++ @chmod 755 $(LIB_INSTALL_DIR)/$(LIB_FILE) + @if test "$(TCL_BUILD_EXP_FILE)" != ""; then \ + echo "Installing $(TCL_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \ + $(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \ diff --git a/tcl.spec b/tcl.spec index ed24854..61c76f6 100644 --- a/tcl.spec +++ b/tcl.spec @@ -5,7 +5,7 @@ Summary: Tcl scripting language development environment Name: tcl Version: %{majorver}a5 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Development/Languages URL: http://tcl.sourceforge.net/