File tkinfo.spec of Package tkinfo
#
# spec file for package tkinfo (Version 2.8)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org
#
# norootforbuild
Name: tkinfo
URL: http://math-www.uni-paderborn.de/~axel/tkinfo/
License: distributable
Group: Productivity/Publishing/Texinfo
Version: 2.8
Release: 1
Summary: Viewer for info-files
Source: %name-%version.tar.bz2
Patch0: tkinfo.patch
Buildarchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
TkInfo is a tk script to read GNU "info" files and display them. TkInfo
can be used stand-alone (via WISH) or embedded within an application to
provide integrated, online help.
Authors:
--------
Axel Boldt <boldt@math.ucsb.edu>
%prep
%setup
%patch0
%build
%install
mkdir -p %buildroot/usr/bin
install -m 755 tkinfo %buildroot/usr/bin
mkdir -p %buildroot%_mandir/man1
install -m 644 tkinfo.1 %buildroot%_mandir/man1
%files
%defattr(-,root,root)
%doc README
%doc %_mandir/*/*
/usr/bin/tkinfo
%changelog -n tkinfo
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 13 2006 - max@suse.de
- New version: 2.8.
* Thu Sep 29 2005 - dmueller@suse.de
- add norootforbuild
* Mon Jul 07 2003 - max@suse.de
- New version: 2.6.
- Catches up with Tk 8.4 changes (see bug #27727).
- Obsoletes tkinfo-command.patch.
* Mon Oct 28 2002 - max@suse.de
- added tkinfo-command.patch
- Spelling out -command options, because the -com abbreviation
became ambuguous when -compound was added in Tk 8.4.
(Bug #21347)
* Mon Dec 17 2001 - max@suse.de
- Using BuildRoot now.
* Wed Apr 11 2001 - max@suse.de
- Added Group: X11/Utilities
- Added Buildarchitectures: noarch
- changed path to wish
* Wed Oct 27 1999 - max@suse.de
- new version 2.5
- now runs with Tcl/Tk 8.0
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue May 06 1997 - hf@suse.de
A new package tkinfo. Version 1.4
TkInfo is a tk script to read GNU "info" files and display them.
TkInfo can be used stand alone (via WISH), or embedded within an
application to provide integrated, on-line help. It runs on every
system that supports Tcl/Tk, which means all Unix/X, Mac and
Windows variants.