- Require correct tcl package on tk

This commit is contained in:
David Cantrell 2007-02-10 20:07:22 +00:00
parent 8db88a4737
commit 3e1dd001aa
1 changed files with 5 additions and 2 deletions

View File

@ -4,14 +4,14 @@
Summary: Tk graphical toolkit for the Tcl scripting language
Name: tk
Version: %{majorver}.13
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: %{epoch}
License: BSD
Group: Development/Languages
URL: http://tcl.sourceforge.net/
Source0: http://download.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: tcl = %{version}
Requires: tcl = %{epoch}:%{version}
Requires(post,postun): /sbin/ldconfig
BuildRequires: tcl-devel = %{epoch}:%{version}, autoconf
BuildRequires: libX11-devel, sed
@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/mann/*
%changelog
* Sat Feb 10 2007 David Cantrell <dcantrell@redhat.com> - 1:8.4.13-3
- Require correct tcl package on tk
* Sat Feb 10 2007 David Cantrell <dcantrell@redhat.com> - 1:8.4.13-2
- Require correct tk package on tk-devel