- Patch from Dennis Gilmore <dennis@ausil.us> for sparc64 (#199377)

This commit is contained in:
David Cantrell 2006-07-20 20:19:18 +00:00
parent e264ab8dea
commit 4f1730a204

View File

@ -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 <dcantrell@redhat.com> - 1:8.4.0-11
- Patch from Dennis Gilmore <dennis@ausil.us> for sparc64 (#199377)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:8.4.0-10.1
- rebuild