This commit is contained in:
parent
5d76429f9a
commit
c4e7daf6cf
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 8 17:13:38 CET 2008 - max@suse.de
|
Mon Dec 8 17:13:38 CET 2008 - max@suse.de
|
||||||
|
|
||||||
|
16
tk.spec
16
tk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tk (Version 8.5.5)
|
# spec file for package tk (Version 8.5.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,12 +22,17 @@ Name: tk
|
|||||||
BuildRequires: tcl-devel xorg-x11-devel
|
BuildRequires: tcl-devel xorg-x11-devel
|
||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.5.5
|
Version: 8.5.5
|
||||||
Release: 2
|
Release: 3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Graphical User Interface Toolkit for Tcl
|
Summary: Graphical User Interface Toolkit for Tcl
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Languages/Tcl
|
Group: Development/Languages/Tcl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tk-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
Summary: Graphical User Interface Toolkit for Tcl
|
Summary: Graphical User Interface Toolkit for Tcl
|
||||||
Provides: wish wish8.4
|
Provides: wish wish8.4
|
||||||
Requires: tcl >= %version
|
Requires: tcl >= %version
|
||||||
@ -57,6 +62,11 @@ Summary: Header Files and C API Documentation for Tk
|
|||||||
Requires: tk = %version
|
Requires: tk = %version
|
||||||
Requires: tcl-devel
|
Requires: tcl-devel
|
||||||
Requires: xorg-x11-libX11-devel
|
Requires: xorg-x11-libX11-devel
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tk-devel-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains header files and documentation needed for writing
|
This package contains header files and documentation needed for writing
|
||||||
@ -130,6 +140,8 @@ exit 0
|
|||||||
%_libdir/tkConfig.sh
|
%_libdir/tkConfig.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 07 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Mon Dec 08 2008 max@suse.de
|
* Mon Dec 08 2008 max@suse.de
|
||||||
- Added an explicit requirement for xorg-x11-libX11-devel, because
|
- Added an explicit requirement for xorg-x11-libX11-devel, because
|
||||||
tk.h needs some of the header files.
|
tk.h needs some of the header files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user