diff --git a/tix.spec b/tix.spec index ebee848..cf73118 100644 --- a/tix.spec +++ b/tix.spec @@ -5,13 +5,14 @@ Summary: A set of extension widgets for Tk Name: tix Epoch: 1 Version: %{tixmajor}.0 -Release: 10.1 +Release: 11%{?dist} License: BSD Group: Development/Languages URL: http://tix.sourceforge.net/ Source0: http://tix.sourceforge.net/dist/tix-%{version}.tar.gz Patch0: tix-%{version}-relid.patch Patch1: tix-%{version}-soname.patch +Patch2: tix-%{version}-cflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: tcl >= %{tcltkver}, tk >= %{tcltkver} Buildrequires: tcl-devel >= %{tcltkver}, tk-devel >= %{tcltkver} @@ -54,6 +55,7 @@ This package contains the tix documentation %setup -q %patch0 -p1 -b .relid %patch1 -p1 -b .soname +%patch2 -p1 -b .cflags # patch 0 touches tcl.m4 autoconf @@ -126,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %doc docs/* %changelog +* Thu Jul 20 2006 David Cantrell - 1:8.4.0-11 +- Patch from Dennis Gilmore for sparc64 (#199377) + * Wed Jul 12 2006 Jesse Keating - 1:8.4.0-10.1 - rebuild