- update to 8.4.11 stable release

- update tk-8.4.4-lib-perm.patch
This commit is contained in:
Jens Petersen 2005-07-01 06:59:10 +00:00
parent 1980300077
commit bd57c7a2ba
4 changed files with 19 additions and 20 deletions

View File

@ -1,4 +1 @@
tk-*.src.rpm
tk8.4.7*
tk8.4.8*
tk8.4.9*
tk8.4.11-src.tar.gz

View File

@ -1,2 +1 @@
74eacf3280caef77e448ee5394474dfc tk8.4.8-src.tar.gz
1b64258abaf258e9a86f331d8de17a71 tk8.4.9-src.tar.gz
408e34fe8a1cec497f98f05bbe89b348 tk8.4.11-src.tar.gz

View File

@ -1,12 +1,11 @@
diff -u tk8.4.4/unix/Makefile.in~ tk8.4.4/unix/Makefile.in
--- tk8.4.4/unix/Makefile.in~ 2003-11-25 16:51:37.000000000 +0900
+++ tk8.4.4/unix/Makefile.in 2003-11-25 16:51:37.000000000 +0900
@@ -531,7 +531,7 @@
--- tk8.4.11/unix/Makefile.in~ 2005-07-01 14:42:30.000000000 +0900
+++ tk8.4.11/unix/Makefile.in 2005-07-01 14:45:47.000000000 +0900
@@ -631,7 +631,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)
@echo "Installing wish as $(BIN_INSTALL_DIR)/wish$(VERSION)"
@$(INSTALL_PROGRAM) wish $(BIN_INSTALL_DIR)/wish$(VERSION)
@echo "Installing tkConfig.sh to $(LIB_INSTALL_DIR)/"
@if test "$(TK_BUILD_EXP_FILE)" != ""; then \
echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
$(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \

18
tk.spec
View File

@ -2,12 +2,12 @@
Summary: Tk graphical toolkit for the Tcl scripting language
Name: tk
Version: %{majorver}.9
Release: 3
Version: %{majorver}.11
Release: 1
License: BSD
Group: Development/Languages
URL: http://tcl.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
Source0: http://download.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: tcl = %{version}
Requires(post,postun): /sbin/ldconfig
@ -41,10 +41,10 @@ The package contains the development files and man pages for tk.
%setup -n %{name}%{version} -q
# define DT SONAME in shared lib
%patch1 -p1 -b .soname
%patch2 -p1 -b .rolib
%patch3 -p1 -b .no_rpath
%patch4 -p1 -b .ac213
%patch1 -p1 -b .1-soname
%patch2 -p1 -b .2-rolib
%patch3 -p1 -b .3-rpath
%patch4 -p1 -b .4-ac213
# patch1 touches tcl.m4
cd unix
@ -115,6 +115,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/mann/*
%changelog
* Fri Jul 1 2005 Jens Petersen <petersen@redhat.com> - 8.4.11-1
- update to 8.4.11 stable release
- update tk-8.4.4-lib-perm.patch
* Wed Mar 9 2005 Jens Petersen <petersen@redhat.com> - 8.4.9-3
- tk-devel requires tcl-devel and xorg-x11-devel instead of XFree86-devel
- use sed instead of perl for fixing tkConfig.sh