Accepting request 578197 from home:elvigia:branches:devel:languages:tcl

- Remove buildrequires on xorg-x11-devel 
- apps linked to tcl/tk static stubs must %require_ge tcl tk

OBS-URL: https://build.opensuse.org/request/show/578197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tix?expand=0&rev=7
This commit is contained in:
Reinhard Max 2019-01-28 16:47:09 +00:00 committed by Git OBS Bridge
parent 6ea8ec0212
commit 47965fe52b
2 changed files with 10 additions and 5 deletions

View File

@ -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 Thu Jun 20 14:42:27 UTC 2013 - max@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package tix # 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 # 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
@ -19,8 +19,9 @@
Name: tix Name: tix
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: tcl-devel
BuildRequires: tk-devel BuildRequires: tk-devel
BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(x11)
Version: 8.4.3 Version: 8.4.3
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -29,9 +30,7 @@ License: BSD-3-Clause
Group: Development/Libraries/Tcl Group: Development/Libraries/Tcl
Source: Tix%version-src.tar.bz2 Source: Tix%version-src.tar.bz2
Patch0: %name.patch Patch0: %name.patch
Summary: Tools for tk %requires_ge tk tcl
Group: Development/Libraries/Tcl
%description %description
The Tix library has, by far, the greatest collection of widgets for The Tix library has, by far, the greatest collection of widgets for
programming with Tcl/Tk. Highlights include: hierarchical list box, programming with Tcl/Tk. Highlights include: hierarchical list box,