Accepting request 669139 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/669139 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tix?expand=0&rev=18
This commit is contained in:
commit
b4cef06489
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 19:22:57 UTC 2018 - crrodriguez@opensuse.org
|
||||
|
||||
- Remove buildrequires on xorg-x11-devel
|
||||
- apps linked to tcl/tk static stubs must %require_ge tcl tk
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 14:42:27 UTC 2013 - max@suse.com
|
||||
|
||||
|
9
tix.spec
9
tix.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tix
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,9 @@
|
||||
Name: tix
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: tcl-devel
|
||||
BuildRequires: tk-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Version: 8.4.3
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -29,9 +30,7 @@ License: BSD-3-Clause
|
||||
Group: Development/Libraries/Tcl
|
||||
Source: Tix%version-src.tar.bz2
|
||||
Patch0: %name.patch
|
||||
Summary: Tools for tk
|
||||
Group: Development/Libraries/Tcl
|
||||
|
||||
%requires_ge tk tcl
|
||||
%description
|
||||
The Tix library has, by far, the greatest collection of widgets for
|
||||
programming with Tcl/Tk. Highlights include: hierarchical list box,
|
||||
|
Loading…
Reference in New Issue
Block a user