2007-01-15 23:38:38 +00:00
|
|
|
#
|
2011-12-27 17:38:57 +00:00
|
|
|
# spec file for package t1utils
|
2007-01-15 23:38:38 +00:00
|
|
|
#
|
2015-03-30 06:13:06 +00:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-15 23:38:38 +00:00
|
|
|
#
|
2009-06-07 23:51:32 +00:00
|
|
|
# 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/
|
2007-01-15 23:38:38 +00:00
|
|
|
#
|
|
|
|
|
2015-03-30 06:13:06 +00:00
|
|
|
|
2009-06-07 23:51:32 +00:00
|
|
|
Name: t1utils
|
2015-03-30 06:13:06 +00:00
|
|
|
Version: 1.39
|
2011-12-27 17:38:57 +00:00
|
|
|
Release: 0
|
2010-10-06 21:01:45 +00:00
|
|
|
Summary: A collection of simple type-1 font manipulation programs
|
2012-03-29 08:51:19 +00:00
|
|
|
License: ISC
|
2011-12-27 17:38:57 +00:00
|
|
|
Group: Productivity/Publishing/PS
|
2010-10-06 21:01:45 +00:00
|
|
|
Url: http://www.lcdf.org/type/#t1utils
|
2015-03-30 06:13:06 +00:00
|
|
|
Source0: http://www.lcdf.org/type/t1utils-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:38:38 +00:00
|
|
|
|
|
|
|
%description
|
2010-10-06 21:01:45 +00:00
|
|
|
The t1utils are a collection of simple type-1 font manipulation programs.
|
2007-01-15 23:38:38 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
%prep
|
2009-06-07 23:51:32 +00:00
|
|
|
%setup -q
|
2007-01-15 23:38:38 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
rm -f config.cache
|
|
|
|
# update config.{guess,sub}
|
2015-03-28 02:46:18 +00:00
|
|
|
%configure
|
2010-01-07 19:28:01 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:38:38 +00:00
|
|
|
|
|
|
|
%install
|
2015-03-28 02:46:18 +00:00
|
|
|
%make_install
|
2007-01-15 23:38:38 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2015-03-28 02:46:18 +00:00
|
|
|
%doc NEWS README
|
|
|
|
%{_bindir}/t1ascii
|
|
|
|
%{_bindir}/t1binary
|
|
|
|
%{_bindir}/t1asm
|
|
|
|
%{_bindir}/t1disasm
|
|
|
|
%{_bindir}/t1unmac
|
|
|
|
%{_bindir}/t1mac
|
|
|
|
%{_mandir}/man1/t1asm.1.gz
|
|
|
|
%{_mandir}/man1/t1disasm.1.gz
|
|
|
|
%{_mandir}/man1/t1unmac.1.gz
|
|
|
|
%{_mandir}/man1/t1mac.1.gz
|
|
|
|
%{_mandir}/man1/t1ascii.1.gz
|
|
|
|
%{_mandir}/man1/t1binary.1.gz
|
2007-01-15 23:38:38 +00:00
|
|
|
|
2009-06-07 23:51:32 +00:00
|
|
|
%changelog
|