Change patch for lib-perm.

This commit is contained in:
Marcela Mašláňová 2006-12-18 15:11:09 +00:00
parent 58f463b5e7
commit 9efbd619e7
2 changed files with 7 additions and 13 deletions

View File

@ -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) \

View File

@ -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 <mmaslano@redhat.com> - 8.4.13-4
- change lib-perm
- Resolves: rhbz#160441
* Thu Jul 20 2006 David Cantrell <dcantrell@redhat.com> - 8.4.13-3
- Fix cflags patch so it applies correctly
- Changes $(CFLAGS) to ${CFLAGS} in cflags patch