t1utils-vl.spec 1.7 KB

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