diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-19 20:45:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-19 20:45:06 (GMT) |
commit | 1cf5697a23d5da0bd37b32042fc9a7f98d0e8e31 (patch) | |
tree | 283023354b6123d75bd4efe63155f92d8285a4e7 | |
parent | 6e922c5172262862308c81acded32fc06f05709d (diff) | |
download | tk-1cf5697a23d5da0bd37b32042fc9a7f98d0e8e31.zip tk-1cf5697a23d5da0bd37b32042fc9a7f98d0e8e31.tar.gz tk-1cf5697a23d5da0bd37b32042fc9a7f98d0e8e31.tar.bz2 |
Tk 8.6a1 will no longer support [load] into, or compile against Tcl 8.5.
-rw-r--r-- | unix/tk.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tk.spec b/unix/tk.spec index 271ea6b..306d27a 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,4 +1,4 @@ -# $Id: tk.spec,v 1.36 2008/06/19 19:38:00 dgp Exp $ +# $Id: tk.spec,v 1.37 2008/06/19 20:45:06 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. %{!?directory:%define directory /usr/local} @@ -12,8 +12,8 @@ Group: Development/Languages Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz URL: http://www.tcl.tk/ Buildroot: /var/tmp/%{name}%{version} -Buildrequires: XFree86-devel tcl >= 8.5 -Requires: tcl >= 8.5 +Buildrequires: XFree86-devel tcl >= %version +Requires: tcl >= %version %description The Tcl (Tool Command Language) provides a powerful platform for |