File tkman.spec of Package tkman
#
# spec file for package tkman (Version 2.2)
#
# 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
Url: http://tkman.sourceforge.net
Name: tkman
License: Artistic License ..
Group: System/Base
Requires: tcl tk rman makewhat
Version: 2.2
Release: 136
Summary: Manual-browser for X
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}.patch
Patch1: tkman-CVE-2008-5137.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A manual browser for X with hyperlinks, history, and more.
Authors:
--------
T.A. Phelps
%prep
%setup -q
%patch0
%patch1 -p 1
%build
make
%install
mkdir -p %buildroot/usr/bin
make DESTDIR=%buildroot install
%files
%defattr(-,root,root,-)
/usr/bin/*
%doc ANNOUNCE-tkman.txt CHANGES README-tkman manual.html
%changelog