From 47965fe52b9d585036fade261ee196779f734ed9665fb41fd49b533a889b8a47 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 28 Jan 2019 16:47:09 +0000 Subject: [PATCH] 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 --- tix.changes | 6 ++++++ tix.spec | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/tix.changes b/tix.changes index f37b8af..5c13fcd 100644 --- a/tix.changes +++ b/tix.changes @@ -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 diff --git a/tix.spec b/tix.spec index 3a709df..5ae2576 100644 --- a/tix.spec +++ b/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,