diff options
Diffstat (limited to 'unix/tk.spec')
-rw-r--r-- | unix/tk.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tk.spec b/unix/tk.spec index f05e6bb..75990b9 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,19 +1,19 @@ -# $Id: tk.spec,v 1.34.2.8 2009/04/10 18:13:06 dgp Exp $ +# $Id: tk.spec,v 1.34.2.9 2009/11/03 20:15:25 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. %{!?directory:%define directory /usr/local} Name: tk Summary: Tk graphical toolkit for the Tcl scripting language. -Version: 8.5.7 +Version: 8.5.8 Release: 2 License: BSD 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 = %version -Requires: tcl = %version +Buildrequires: XFree86-devel tcl >= 8.5.0 +Requires: tcl >= 8.5.0 %description The Tcl (Tool Command Language) provides a powerful platform for |