File type1inst.spec of Package type1inst
#
# spec file for package type1inst (Version 0.6.1)
#
# Copyright (c) 2003 SuSE Linux AG, 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://www.suse.de/feedback/
#
# norootforbuild
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl rpm
Name: type1inst
License: GPL
Group: Productivity/Publishing/PS
Version: 0.6.1
Release: 492
Summary: PostScript font installation utility
Autoreqprov: on
Requires: groff
Source: ftp://sunsite.unc.edu/pub/Linux/X11/xutils/%name-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
type1inst is a small perl script which generates the "fonts.scale" file
required by an X11 server to use any Type 1 PostScript fonts which
exist in a particular directory. It gathers this information from the
font files themselves, a task which previously was done by hand. The
script is also capable of generating the similar "Fontmap" file used by
ghostscript. It can also generate sample sheets for the fonts.
Authors:
--------
James Macnicol <james.macnicol@mailexcite.com>
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT%_mandir/man1/
install -m 755 type1inst t1embed $RPM_BUILD_ROOT/usr/bin/
install -m 644 type1inst.man $RPM_BUILD_ROOT%_mandir/man1/type1inst.1
%files
%defattr(-, root, root)
%doc ChangeLog README type1inst-%version.lsm
%doc %_mandir/man1/type1inst.1.gz
/usr/bin/type1inst
/usr/bin/t1embed
%changelog -n type1inst
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Oct 16 2003 - mmj@suse.de
- Don't build as root
- Simplify the specfile a bit
- It's noarch
* Fri Nov 10 2000 - grimmer@suse.de
- initial package (version 0.6.1)