This commit is contained in:
committed by
Git OBS Bridge
parent
06f877cccf
commit
5d76429f9a
9
tk.spec
9
tk.spec
@@ -22,7 +22,7 @@ Name: tk
|
||||
BuildRequires: tcl-devel xorg-x11-devel
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
License: BSD 3-Clause
|
||||
@@ -54,7 +54,9 @@ Authors:
|
||||
Group: Development/Libraries/Tcl
|
||||
License: BSD 3-Clause
|
||||
Summary: Header Files and C API Documentation for Tk
|
||||
Requires: tk = %version, tcl-devel
|
||||
Requires: tk = %version
|
||||
Requires: tcl-devel
|
||||
Requires: xorg-x11-libX11-devel
|
||||
|
||||
%description devel
|
||||
This package contains header files and documentation needed for writing
|
||||
@@ -128,6 +130,9 @@ exit 0
|
||||
%_libdir/tkConfig.sh
|
||||
|
||||
%changelog
|
||||
* Mon Dec 08 2008 max@suse.de
|
||||
- Added an explicit requirement for xorg-x11-libX11-devel, because
|
||||
tk.h needs some of the header files.
|
||||
* Wed Oct 15 2008 max@suse.de
|
||||
- Bugfix release 8.5.5:
|
||||
* fix [tk_getOpenFile -multiple 1] on unix
|
||||
|
Reference in New Issue
Block a user