diff --git a/iwidgets-4.0.2-tkversion.patch b/iwidgets-4.0.2-tkversion.patch new file mode 100644 index 0000000..f46c80e --- /dev/null +++ b/iwidgets-4.0.2-tkversion.patch @@ -0,0 +1,11 @@ +--- iwidgets.tcl.in.orig 2009-12-05 11:52:33.000000000 -0800 ++++ iwidgets.tcl.in 2009-12-05 11:52:39.000000000 -0800 +@@ -14,7 +14,7 @@ + # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. + + package require Tcl 8.0 +-package require Tk 8.0 ++package require Tk + package require Itcl @ITCL_VERSION@ + package require Itk @ITCL_VERSION@ + diff --git a/iwidgets.spec b/iwidgets.spec index 7f2381c..7757945 100644 --- a/iwidgets.spec +++ b/iwidgets.spec @@ -3,13 +3,14 @@ Name: iwidgets Version: 4.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A set of useful widgets based on itcl and itk Group: Development/Libraries License: MIT URL: http://incrtcl.sourceforge.net/ Source0: http://downloads.sourceforge.net/sourceforge/incrtcl/iwidgets4.0.1.tar.gz +Patch0: iwidgets-4.0.2-tkversion.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -21,6 +22,7 @@ A set of useful widgets based on itcl and itk. %prep %setup -q -n iwidgets4.0.1 +%patch0 -p0 %build # The configure script and Makefile for this package is horribly broken. @@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %doc README license.terms doc/iwidgets.ps %changelog +* Sat Dec 5 2009 Wart - 4.0.2-4 +- Remove version requirement on Tk + * Fri Jul 24 2009 Fedora Release Engineering - 4.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild