Patched Makefile to add SONAME to libTix8.4.so, bumped release number.

This commit is contained in:
David Cantrell 2006-02-10 16:37:57 +00:00
parent 0a6b325b77
commit ee02de07a8

View File

@ -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 <dcantrell@redhat.com> - 1:8.4.0-3
- Added missing SONAME to libTix8.4.so
* Tue Feb 07 2006 David Cantrell <dcantrell@redhat.com> - 1:8.4.0-2
- Better use of macros in the install and files sections