t1utils-vl.spec 1.9 KB

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