File tkfont.spec of Package tkfont
#
# spec file for package tkfont (Version 1.1)
#
# Copyright (c) 2007 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: tkfont
License: GNU General Public License (GPL)
Group: System/X11/Utilities
Autoreqprov: on
Version: 1.1
Release: 835
Summary: Tool to select fonts
Requires: /usr/bin/wish
Source: %{name}-%{version}.tar.gz
Patch: %{name}-%{version}.dif
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
It is a program similar to xfontsel.
Authors:
--------
Neil Grant <grantj@sfu.ca>
%prep
%setup
%patch
%build
%install
install -d -m755 %buildroot%_bindir %buildroot/usr/lib/tkfont
install -m 755 tkfont %buildroot%_bindir
install -m 755 FindFont GetFontDirs %buildroot/usr/lib/tkfont
%files
%defattr(-,root,root)
%doc README COPYING *.txt
/usr/lib/tkfont
%_bindir/*
%changelog -n tkfont
* Wed Jan 17 2007 - max@suse.de
- Moved executable from /usr/X11R6/bin to /usr/bin (#227447)
- Cleaned up spec file.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 29 2005 - dmueller@suse.de
- add norootforbuild
* Tue Apr 22 2003 - coolo@suse.de
- use BuildRoot
* Tue Sep 17 2002 - ro@suse.de
- removed bogus self-provides
* Fri Jul 12 2002 - max@suse.de
- Added a contributed patch to make it more robust [Bug 2129]
* Wed Apr 11 2001 - max@suse.de
- Added Group: X11/Utilities
- Added BuildArchitectures: noarch
* Wed Jun 07 2000 - ro@suse.de
- doc relocation, specfile cleaned
* Wed Oct 27 1999 - max@suse.de
- corrected the call of the tk shell to work with the new
Tcl/Tk packages
* 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
Changed the shell from wish to wish4.2
A new package tkfont. Version 1.1
It is a program similar to xfontsel.