| 1 | Summary: Programs for manipulating PostScript Type 1 fonts |
|---|
| 2 | |
|---|
| 3 | Name: t1utils |
|---|
| 4 | Version: 1.38 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | URL: http://www.lcdf.org/type/ |
|---|
| 8 | Group: Applications/Publishing |
|---|
| 9 | License: freely modifiable and distributable |
|---|
| 10 | |
|---|
| 11 | Source: http://www.lcdf.org/type/%{name}-%{version}.tar.gz |
|---|
| 12 | |
|---|
| 13 | Buildroot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | The t1utils package is a set of programs for manipulating |
|---|
| 17 | PostScript Type 1 fonts. It contains programs to change |
|---|
| 18 | between binary PFB format (for storage), ASCII PFA format |
|---|
| 19 | (for printing), a human-readable and -editable ASCII format, |
|---|
| 20 | and Macintosh resource forks. |
|---|
| 21 | |
|---|
| 22 | %prep |
|---|
| 23 | %setup -q |
|---|
| 24 | |
|---|
| 25 | %build |
|---|
| 26 | %configure |
|---|
| 27 | make |
|---|
| 28 | |
|---|
| 29 | %install |
|---|
| 30 | [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT |
|---|
| 31 | mkdir -p $RPM_BUILD_ROOT |
|---|
| 32 | make DESTDIR=$RPM_BUILD_ROOT install |
|---|
| 33 | |
|---|
| 34 | %clean |
|---|
| 35 | [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT |
|---|
| 36 | |
|---|
| 37 | %files |
|---|
| 38 | %attr(-,root,root) %doc NEWS README |
|---|
| 39 | %attr(0755,root,root) %{_bindir}/t1ascii |
|---|
| 40 | %attr(0755,root,root) %{_bindir}/t1binary |
|---|
| 41 | %attr(0755,root,root) %{_bindir}/t1asm |
|---|
| 42 | %attr(0755,root,root) %{_bindir}/t1disasm |
|---|
| 43 | %attr(0755,root,root) %{_bindir}/t1unmac |
|---|
| 44 | %attr(0755,root,root) %{_bindir}/t1mac |
|---|
| 45 | %attr(0644,root,root) %{_mandir}/man1/t1ascii.1* |
|---|
| 46 | %attr(0644,root,root) %{_mandir}/man1/t1binary.1* |
|---|
| 47 | %attr(0644,root,root) %{_mandir}/man1/t1asm.1* |
|---|
| 48 | %attr(0644,root,root) %{_mandir}/man1/t1disasm.1* |
|---|
| 49 | %attr(0644,root,root) %{_mandir}/man1/t1unmac.1* |
|---|
| 50 | %attr(0644,root,root) %{_mandir}/man1/t1mac.1* |
|---|
| 51 | |
|---|
| 52 | %changelog |
|---|
| 53 | * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38-1 |
|---|
| 54 | - update to 1.38 |
|---|
| 55 | |
|---|
| 56 | * Mon Apr 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.36-1 |
|---|
| 57 | - updated to 1.36 |
|---|
| 58 | - built with current VineSeed |
|---|
| 59 | |
|---|
| 60 | * Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 1.32-1vl5 |
|---|
| 61 | - applied new versioning policy |
|---|
| 62 | |
|---|
| 63 | * Sat Jul 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.32-0vl2 |
|---|
| 64 | - rebuit for VineSeed |
|---|
| 65 | - changed Group to Applications/Publishing |
|---|
| 66 | |
|---|
| 67 | * Sat Mar 12 2005 Jun NISHII <jun@vinelinux.org> 1.32-0vl1 |
|---|
| 68 | - build on Vine 3.1 |
|---|
| 69 | |
|---|