t1utils/t1utils.spec
Stephan Kulow 17e9b2dab7 Accepting request 97934 from M17N
- remove call to suse_update_config (very old work around) (forwarded request 97739 from coolo)

OBS-URL: https://build.opensuse.org/request/show/97934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/t1utils?expand=0&rev=12
2011-12-27 17:38:57 +00:00

80 lines
2.3 KiB
RPMSpec

#
# spec file for package t1utils
#
# Copyright (c) 2011 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/
#
Name: t1utils
Version: 1.36
Release: 0
Source0: ftp://ftp.tex.ac.uk/tex-archive/fonts/utilities/t1utils/t1utils-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A collection of simple type-1 font manipulation programs
License: PERMISSIVE-OSI-COMPLIANT
Group: Productivity/Publishing/PS
Url: http://www.lcdf.org/type/#t1utils
%description
The t1utils are a collection of simple type-1 font manipulation programs.
Together, they allow you to convert between PFA (ASCII) and PFB
(binary) formats, disassemble PFA or PFB files into human-readable
form, and reassemble them into PFA or PFB format. Additionally, you can
extract font resources from a Macintosh font file (ATM/Laserwriter) or
create a Macintosh Type 1 font file from a PFA or PFB font.
Authors:
--------
I. Lee Hetherington <ilh@lcs.mit.edu>
Eddie Kohler <eddietwo@lcs.mit.edu>
%prep
%setup -q
%build
rm -f config.cache
# update config.{guess,sub}
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=/usr \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
%{_target_cpu}-suse-linux-gnu
make %{?_smp_mflags}
%install
make DESTDIR=%buildroot install
%clean
rm -rf %buildroot
%files
%defattr(-, root, root)
%doc INSTALL NEWS README
/usr/bin/t1ascii
/usr/bin/t1binary
/usr/bin/t1asm
/usr/bin/t1disasm
/usr/bin/t1unmac
/usr/bin/t1mac
/usr/share/man/man1/t1asm.1.gz
/usr/share/man/man1/t1disasm.1.gz
/usr/share/man/man1/t1unmac.1.gz
/usr/share/man/man1/t1mac.1.gz
/usr/share/man/man1/t1ascii.1.gz
/usr/share/man/man1/t1binary.1.gz
%changelog