commit fb4379dadc33072ff7ff7911edd257c57865922d3ca70a1949a0bce7d4661402 Author: OBS User unknown Date: Mon Jan 15 23:38:38 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/t1utils?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/t1utils-1.26.tar.bz2 b/t1utils-1.26.tar.bz2 new file mode 100644 index 0000000..25f647d --- /dev/null +++ b/t1utils-1.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23655507cea2815a485d3758a6d3d0bd0dd55027f8d8edc6c312f80963e179e2 +size 66765 diff --git a/t1utils.changes b/t1utils.changes new file mode 100644 index 0000000..13cb2c8 --- /dev/null +++ b/t1utils.changes @@ -0,0 +1,41 @@ +------------------------------------------------------------------- +Wed Jan 25 21:42:00 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Thu Mar 25 18:52:27 CET 2004 - kukuk@suse.de + +- Cleanup neededforbuild +- Don't build as root + +------------------------------------------------------------------- +Sun Aug 11 16:11:57 CEST 2002 - mfabian@suse.de + +- update to 1.26 + * t1mac: Fix buglet (C++ comment, and temporary file left behind). Reported + by Vladimir Volovich . + * t1asm: Beware extra characters after `currentfile closefile'. Reported by + Luc Devroye . + * Fixed compilation bugs on various platforms reported by Nelson H. F. + Beebe . + +------------------------------------------------------------------- +Tue Nov 13 15:59:24 CET 2001 - mfabian@suse.de + +- update to t1utils-1.23 + - Fixed Macintosh file bugs + - Fixed bug on processing PFA fonts with DOS line endings. + - t1ascii, t1asm, t1unmac: Raised minimum PFA line length to 8. + (For details please read the NEWS file). + +------------------------------------------------------------------- +Mon May 7 18:51:52 CEST 2001 - mfabian@suse.de + +- bzip2 sources + +------------------------------------------------------------------- +Fri Dec 1 02:00:28 CET 2000 - Mike Fabian + +- new package: t1utils-1.20 + diff --git a/t1utils.spec b/t1utils.spec new file mode 100644 index 0000000..a0d7471 --- /dev/null +++ b/t1utils.spec @@ -0,0 +1,98 @@ +# +# spec file for package t1utils (Version 1.26) +# +# Copyright (c) 2004 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 + +Name: t1utils +License: Other License(s), see package +Group: Productivity/Publishing/PS +Autoreqprov: on +Version: 1.26 +Release: 224 +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 + +%description +t1utils is 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 + Eddie Kohler + +%prep +%setup0 + +%build +rm -f config.cache +# update config.{guess,sub} +%{?suse_update_config} +export CFLAGS="$RPM_OPT_FLAGS" +./configure --prefix=/usr \ + --mandir=%{_mandir} \ + --infodir=%{_infodir} \ + %{_target_cpu}-suse-linux-gnu +make + +%install +[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; +make DESTDIR=$RPM_BUILD_ROOT install + +%clean +[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; + +%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 -n t1utils +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Thu Mar 25 2004 - kukuk@suse.de +- Cleanup neededforbuild +- Don't build as root +* Sun Aug 11 2002 - mfabian@suse.de +- update to 1.26 + * t1mac: Fix buglet (C++ comment, and temporary file left behind). Reported + by Vladimir Volovich . + * t1asm: Beware extra characters after `currentfile closefile'. Reported by + Luc Devroye . + * Fixed compilation bugs on various platforms reported by Nelson H. F. + Beebe . +* Tue Nov 13 2001 - mfabian@suse.de +- update to t1utils-1.23 +- Fixed Macintosh file bugs +- Fixed bug on processing PFA fonts with DOS line endings. +- t1ascii, t1asm, t1unmac: Raised minimum PFA line length to 8. + (For details please read the NEWS file). +* Mon May 07 2001 - mfabian@suse.de +- bzip2 sources +* Fri Dec 01 2000 - Mike Fabian +- new package: t1utils-1.20