Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37832894
en ru br
ALT Linux repos
S:8.4.3-alt4
5.0: 8.4.2-alt1
4.1: 8.4.2-alt1
4.0: 8.2.0-alt4
3.0: 8.2.0-alt2

Group :: Development/Tcl
RPM: tcl-tix

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 


%define _unpackaged_files_terminate_build 1

Name: tcl-tix
Version: 8.4.3
Release: alt4

Summary: A set of capable widgets for Tk
License: BSD
Group: Development/Tcl
Url: http://tix.sourceforge.net/

Source: %name-%version-%release.tar

BuildRequires(pre): rpm-build-tcl >= 0.5.2-alt1
BuildRequires: tk-devel >= 8.5.0

Provides: tix = 1:%version-%release
Obsoletes: tix

Provides: tcl-tix-devel = %version-%release
Obsoletes: tcl-tix-devel

%package demos
Summary: A collection of programs to demonstrate the features of the Tix
Group: Development/Tcl
Requires: %name = %version-%release
Provides: tix-demos = 1:%version-%release
Obsoletes: tix-demos

%description
Tix (Tk Interface Extension), an add-on for the Tk widget set, is an
extensive set of over 40 widgets.  In general, Tix widgets are more
complex and more capable than the widgets provided in Tk.  Tix widgets
include a ComboBox, a Motif-style FileSelectBox, an MS Windows-style
FileSelectBox, a PanedWindow, a NoteBook, a hierarchical list, a
directory tree and a file manager.

Install the tix package if you want to try out more complicated widgets
for Tk.  You'll also need to have the tcl and tk packages installed.

%description demos
Tix (Tk Interface Extension), an add-on for the Tk widget set, is an
extensive set of over 40 widgets.  In general, Tix widgets are more
complex and more capable than the widgets provided in Tk.  Tix widgets
include a ComboBox, a Motif-style FileSelectBox, an MS Windows-style
FileSelectBox, a PanedWindow, a NoteBook, a hierarchical list, a
directory tree and a file manager.

This package contains a collection of programs to demonstrate
the features of the Tix widget set.

%prep
%setup
%tea_patch

%build
%autoreconf
%configure
%make_build

%install
# FIXME: improve %%tea_patch
mkdir -p %buildroot%_tcldatadir/Tix%version
%makeinstall
rm -f %buildroot%_tcldatadir/Tix%version/pref/WmDefault.py
rm -f %buildroot%_tcllibdir/README.txt
rm -f %buildroot%_tcllibdir/license.terms

cp -a demos %buildroot%_tcldatadir/Tix%version

%files
%doc README.txt docs/FAQ.txt license.terms
%doc docs/html

%_tcllibdir/Tix%version

%_tcldatadir/Tix%version
%exclude %_tcldatadir/Tix%version/demos

%files demos
%_tcldatadir/Tix%version/demos

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin