diff --git a/tix.spec b/tix.spec index cc3c05e..664a5c6 100644 --- a/tix.spec +++ b/tix.spec @@ -5,12 +5,13 @@ Summary: A set of extension widgets for Tk Name: tix Epoch: 1 Version: %{tixmajor}.0 -Release: 2 +Release: 3 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 BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: tcl >= %{tcltkver}, tk >= %{tcltkver} Buildrequires: tcl-devel >= %{tcltkver}, tk-devel >= %{tcltkver} @@ -51,6 +52,7 @@ This package contains the tix documentation %prep %setup -q %patch0 -p1 -b .relid +%patch1 -p1 -b .soname # patch 0 touches tcl.m4 autoconf @@ -121,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 10 2006 David Cantrell - 1:8.4.0-3 +- Added missing SONAME to libTix8.4.so + * Tue Feb 07 2006 David Cantrell - 1:8.4.0-2 - Better use of macros in the install and files sections