- update to 8.4.11 stable release
- update tk-8.4.4-lib-perm.patch
This commit is contained in:
parent
1980300077
commit
bd57c7a2ba
@ -1,4 +1 @@
|
|||||||
tk-*.src.rpm
|
tk8.4.11-src.tar.gz
|
||||||
tk8.4.7*
|
|
||||||
tk8.4.8*
|
|
||||||
tk8.4.9*
|
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
74eacf3280caef77e448ee5394474dfc tk8.4.8-src.tar.gz
|
408e34fe8a1cec497f98f05bbe89b348 tk8.4.11-src.tar.gz
|
||||||
1b64258abaf258e9a86f331d8de17a71 tk8.4.9-src.tar.gz
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
diff -u tk8.4.4/unix/Makefile.in~ tk8.4.4/unix/Makefile.in
|
--- tk8.4.11/unix/Makefile.in~ 2005-07-01 14:42:30.000000000 +0900
|
||||||
--- tk8.4.4/unix/Makefile.in~ 2003-11-25 16:51:37.000000000 +0900
|
+++ tk8.4.11/unix/Makefile.in 2005-07-01 14:45:47.000000000 +0900
|
||||||
+++ tk8.4.4/unix/Makefile.in 2003-11-25 16:51:37.000000000 +0900
|
@@ -631,7 +631,7 @@
|
||||||
@@ -531,7 +531,7 @@
|
|
||||||
fi
|
fi
|
||||||
@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
|
@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
|
||||||
@@INSTALL_LIB@
|
@@INSTALL_LIB@
|
||||||
- @chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE)
|
- @chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE)
|
||||||
+ @chmod 755 $(LIB_INSTALL_DIR)/$(LIB_FILE)
|
+ @chmod 755 $(LIB_INSTALL_DIR)/$(LIB_FILE)
|
||||||
@echo "Installing wish as $(BIN_INSTALL_DIR)/wish$(VERSION)"
|
@if test "$(TK_BUILD_EXP_FILE)" != ""; then \
|
||||||
@$(INSTALL_PROGRAM) wish $(BIN_INSTALL_DIR)/wish$(VERSION)
|
echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
|
||||||
@echo "Installing tkConfig.sh to $(LIB_INSTALL_DIR)/"
|
$(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \
|
||||||
|
18
tk.spec
18
tk.spec
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
Summary: Tk graphical toolkit for the Tcl scripting language
|
Summary: Tk graphical toolkit for the Tcl scripting language
|
||||||
Name: tk
|
Name: tk
|
||||||
Version: %{majorver}.9
|
Version: %{majorver}.11
|
||||||
Release: 3
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://tcl.sourceforge.net/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: tcl = %{version}
|
Requires: tcl = %{version}
|
||||||
Requires(post,postun): /sbin/ldconfig
|
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
|
%setup -n %{name}%{version} -q
|
||||||
|
|
||||||
# define DT SONAME in shared lib
|
# define DT SONAME in shared lib
|
||||||
%patch1 -p1 -b .soname
|
%patch1 -p1 -b .1-soname
|
||||||
%patch2 -p1 -b .rolib
|
%patch2 -p1 -b .2-rolib
|
||||||
%patch3 -p1 -b .no_rpath
|
%patch3 -p1 -b .3-rpath
|
||||||
%patch4 -p1 -b .ac213
|
%patch4 -p1 -b .4-ac213
|
||||||
|
|
||||||
# patch1 touches tcl.m4
|
# patch1 touches tcl.m4
|
||||||
cd unix
|
cd unix
|
||||||
@ -115,6 +115,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/mann/*
|
%{_mandir}/mann/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- tk-devel requires tcl-devel and xorg-x11-devel instead of XFree86-devel
|
||||||
- use sed instead of perl for fixing tkConfig.sh
|
- use sed instead of perl for fixing tkConfig.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user