- 8.5.12rc1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=24
This commit is contained in:
12
tk.spec
12
tk.spec
@@ -20,8 +20,9 @@ Name: tk
|
||||
BuildRequires: tcl-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.11
|
||||
Version: 8.5.12
|
||||
Release: 0
|
||||
%define rrc rc1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
License: BSD-3-Clause
|
||||
@@ -33,14 +34,14 @@ Obsoletes: tk-64bit
|
||||
#
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
Group: Development/Languages/Tcl
|
||||
Provides: wish wish8.4
|
||||
Provides: wish
|
||||
Provides: wish8.4
|
||||
Requires: tcl >= %version
|
||||
PreReq: /bin/rm
|
||||
Source0: %name%{version}-src.tar.gz
|
||||
Source0: %name%{version}%{rrc}-src.tar.gz
|
||||
Source1: tk-rpmlintrc
|
||||
Source2: baselibs.conf
|
||||
Patch0: %name.patch
|
||||
Patch1: tk-upstream-fixes.patch
|
||||
|
||||
%description
|
||||
Tk is a graphical user interface toolkit that takes developing desktop
|
||||
@@ -58,8 +59,8 @@ Authors:
|
||||
%package devel
|
||||
Summary: Header Files and C API Documentation for Tk
|
||||
Group: Development/Libraries/Tcl
|
||||
Requires: tk = %version
|
||||
Requires: tcl-devel
|
||||
Requires: tk = %version
|
||||
Requires: xorg-x11-libX11-devel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@@ -87,7 +88,6 @@ Authors:
|
||||
%prep
|
||||
%setup -q -n %name%version
|
||||
%patch0
|
||||
%patch1
|
||||
|
||||
%build
|
||||
cd unix
|
||||
|
Reference in New Issue
Block a user