dont hardcode tcl abi version

This commit is contained in:
Tom Callaway 2008-09-17 19:05:34 +00:00
parent 1033bc61da
commit f26d632e7d

View File

@ -5,7 +5,7 @@
Name: tcl-%{realname} Name: tcl-%{realname}
Version: 2.2.10 Version: 2.2.10
Release: 2%{?dist} Release: 3%{?dist}
Summary: Sound toolkit Summary: Sound toolkit
Group: System Environment/Libraries Group: System Environment/Libraries
License: GPLv2+ License: GPLv2+
@ -23,7 +23,7 @@ Patch2: snack2.2.10-shared-stubs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: tcl-devel, tk-devel, alsa-lib-devel, libogg-devel, libvorbis-devel BuildRequires: tcl-devel, tk-devel, alsa-lib-devel, libogg-devel, libvorbis-devel
BuildRequires: python-devel BuildRequires: python-devel
Requires: tcl(abi) = 8.5 Requires: tcl(abi) = %{tcl_version}
Provides: %{realname} = %{version}-%{release} Provides: %{realname} = %{version}-%{release}
%description %description
@ -97,6 +97,9 @@ rm -rf %{buildroot}
%{python_sitelib}/tkSnack* %{python_sitelib}/tkSnack*
%changelog %changelog
* Wed Sep 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.2.10-3
- don't hardcode tcl abi version
* Mon Aug 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.2.10-2 * Mon Aug 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.2.10-2
- add BR: python - add BR: python