dont hardcode tcl abi version

This commit is contained in:
Tom Callaway 2008-09-17 19:05:34 +00:00
parent 1033bc61da
commit f26d632e7d
1 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Name: tcl-%{realname}
Version: 2.2.10
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Sound toolkit
Group: System Environment/Libraries
License: GPLv2+
@ -23,7 +23,7 @@ Patch2: snack2.2.10-shared-stubs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: tcl-devel, tk-devel, alsa-lib-devel, libogg-devel, libvorbis-devel
BuildRequires: python-devel
Requires: tcl(abi) = 8.5
Requires: tcl(abi) = %{tcl_version}
Provides: %{realname} = %{version}-%{release}
%description
@ -97,6 +97,9 @@ rm -rf %{buildroot}
%{python_sitelib}/tkSnack*
%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
- add BR: python