diff --git a/tcl-8.4.5-lib-perm.patch b/tcl-8.4.5-lib-perm.patch deleted file mode 100644 index f6d114e..0000000 --- a/tcl-8.4.5-lib-perm.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 7916637..8fdf86c 100644 --- a/tcl.spec +++ b/tcl.spec @@ -17,6 +17,7 @@ Patch3: tcl8.3.5-tclConfig-package-path-90160.patch Patch4: tcl-8.4-no_rpath.patch Patch5: tcl-8.4.13-autoconf.patch Patch6: tcl-8.4.13-cflags.patch +Patch7: tcl-8.5.3a-lib-perm.patch %description The Tcl (Tool Command Language) provides a powerful platform for @@ -63,13 +64,14 @@ cd %{name}%{version} # define DT SONAME in shared lib %patch1 -p1 -b .1-soname -%patch2 -p1 -b .2-ro-lib +#%patch2 -p1 -b .2-ro-lib %patch3 -p1 -b .3-pkgpath %patch4 -p1 -b .4-rpath %patch5 -p1 -b .5-ac213 pushd .. %patch6 -p1 -b .6-cflags popd +%patch7 -p1 -b .lib-perm # patch1 touches tcl.m4, and patch3 touches configure.in cd unix @@ -152,6 +154,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{name}%{version}/html/* %changelog +* Mon Dec 18 2006 Marcela Maslanova - 8.4.13-4 +- change lib-perm +- Resolves: rhbz#160441 + * Thu Jul 20 2006 David Cantrell - 8.4.13-3 - Fix cflags patch so it applies correctly - Changes $(CFLAGS) to ${CFLAGS} in cflags patch