File tkinfo.spec of Package tkinfo
#
# spec file for package tkinfo (Version 2.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: tkinfo
Url: http://math-www.uni-paderborn.de/~axel/tkinfo/
License: Public Domain, Freeware
Group: Productivity/Publishing/Texinfo
Version: 2.8
Release: 133
Summary: Viewer for info-files
Source: %name-%version.tar.bz2
Patch0: tkinfo.patch
BuildArch: 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
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 13 2006 max@suse.de
- New version: 2.8.
* Wed Sep 28 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.