Accepting request 293423 from home:posophe:branches:M17N
update OBS-URL: https://build.opensuse.org/request/show/293423 OBS-URL: https://build.opensuse.org/package/show/M17N/t1utils?expand=0&rev=11
This commit is contained in:
parent
1edc9bced3
commit
7bc9b03a46
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0cc26280337141f5fc38db012d4c444f205bb2dd8a987cdf64030727a4e92175
|
|
||||||
size 137961
|
|
3
t1utils-1.38.tar.gz
Normal file
3
t1utils-1.38.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc9f1ae744b22a6ecf5f54296d2d6229f1ce14c19aa7306e96ee7bb994bcddde
|
||||||
|
size 174513
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 27 14:33:15 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.38
|
||||||
|
* t1disasm: Fix an infinite loop on some fonts
|
||||||
|
-Changes from version 1.37
|
||||||
|
* t1asm: Use a dynamically allocated buffer to handle huge characters
|
||||||
|
- Remove obsolete AUTHORS section
|
||||||
|
- Use %configure macro
|
||||||
|
- Do not copy INSTALL into the doc directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 08:43:06 UTC 2012 - cfarrell@suse.com
|
Thu Mar 29 08:43:06 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
51
t1utils.spec
51
t1utils.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package t1utils
|
# spec file for package t1utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: t1utils
|
Name: t1utils
|
||||||
Version: 1.36
|
Version: 1.38
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: ftp://ftp.tex.ac.uk/tex-archive/fonts/utilities/t1utils/t1utils-%{version}.tar.bz2
|
Source0: ftp://ftp.tex.ac.uk/tex-archive/fonts/utilities/t1utils/t1utils-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A collection of simple type-1 font manipulation programs
|
Summary: A collection of simple type-1 font manipulation programs
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -33,47 +33,32 @@ form, and reassemble them into PFA or PFB format. Additionally, you can
|
|||||||
extract font resources from a Macintosh font file (ATM/Laserwriter) or
|
extract font resources from a Macintosh font file (ATM/Laserwriter) or
|
||||||
create a Macintosh Type 1 font file from a PFA or PFB font.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm -f config.cache
|
rm -f config.cache
|
||||||
# update config.{guess,sub}
|
# update config.{guess,sub}
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
%configure
|
||||||
./configure --prefix=/usr \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--infodir=%{_infodir} \
|
|
||||||
%{_target_cpu}-suse-linux-gnu
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%make_install
|
||||||
make DESTDIR=%buildroot install
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %buildroot
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc INSTALL NEWS README
|
%doc NEWS README
|
||||||
/usr/bin/t1ascii
|
%{_bindir}/t1ascii
|
||||||
/usr/bin/t1binary
|
%{_bindir}/t1binary
|
||||||
/usr/bin/t1asm
|
%{_bindir}/t1asm
|
||||||
/usr/bin/t1disasm
|
%{_bindir}/t1disasm
|
||||||
/usr/bin/t1unmac
|
%{_bindir}/t1unmac
|
||||||
/usr/bin/t1mac
|
%{_bindir}/t1mac
|
||||||
/usr/share/man/man1/t1asm.1.gz
|
%{_mandir}/man1/t1asm.1.gz
|
||||||
/usr/share/man/man1/t1disasm.1.gz
|
%{_mandir}/man1/t1disasm.1.gz
|
||||||
/usr/share/man/man1/t1unmac.1.gz
|
%{_mandir}/man1/t1unmac.1.gz
|
||||||
/usr/share/man/man1/t1mac.1.gz
|
%{_mandir}/man1/t1mac.1.gz
|
||||||
/usr/share/man/man1/t1ascii.1.gz
|
%{_mandir}/man1/t1ascii.1.gz
|
||||||
/usr/share/man/man1/t1binary.1.gz
|
%{_mandir}/man1/t1binary.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user