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,