lcdf-typetools-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. %global tlversion 2011
  2. Name: lcdf-typetools
  3. Version: 2.92
  4. Release: 1%{?_dist_release}
  5. Summary: Tools for manipulating OpenType fonts
  6. Group: User Interface/X
  7. License: GPLv2+
  8. URL: http://www.lcdf.org
  9. Source0: http://www.lcdf.org/type/%{name}-%{version}.tar.gz
  10. Requires: texlive-common >= %{tlversion}
  11. BuildRequires: texlive-common >= %{tlversion}
  12. BuildRequires: libkpathsea-devel >= %{tlversion}
  13. %description
  14. The LCDF Typetools package contains several programs for manipulating
  15. PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType
  16. fonts. LCDF Typetools includes the mmafm and mmpfb programs, which were
  17. formerly distributed as part of a different package (mminstance)
  18. %prep
  19. %setup -q
  20. %build
  21. %configure
  22. %__make CFLAGS="%{optflags}" %{?_smp_mflags}
  23. %install
  24. %__make install DESTDIR=%{buildroot} INSTALL="install -p"
  25. %files
  26. %defattr(-,root,root,-)
  27. %doc COPYING NEWS ONEWS README
  28. %{_bindir}/cfftot1
  29. %{_bindir}/mmafm
  30. %{_bindir}/mmpfb
  31. %{_bindir}/otfinfo
  32. %{_bindir}/otftotfm
  33. %{_bindir}/t1dotlessj
  34. %{_bindir}/t1lint
  35. %{_bindir}/t1reencode
  36. %{_bindir}/t1testpage
  37. %{_bindir}/ttftotype42
  38. %{_bindir}/t1rawafm
  39. %{_mandir}/man*/*
  40. %{_datadir}/lcdf-typetools
  41. %changelog
  42. * Mon Nov 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-1
  43. - Update to next upstream release 2.92
  44. - built for libkpathsea-devel-2011-1
  45. * Mon May 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.87-1
  46. - initial build
  47. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.87-2
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  49. * Mon Feb 07 2011 Parag Nemade <pnemade AT redhat.com> - 2.87-1
  50. - Update to next upstream release 2.87
  51. * Mon Dec 13 2010 Parag Nemade <pnemade AT redhat.com> - 2.85-1
  52. - Update to next upstream release 2.85
  53. * Wed Sep 29 2010 jkeating - 2.84-2
  54. - Rebuilt for gcc bug 634757
  55. * Fri Sep 17 2010 Parag Nemade <pnemade AT redhat.com> - 2.84-1
  56. - Update to next upstream release 2.84
  57. * Mon Aug 02 2010 Parag Nemade <pnemade AT redhat.com> - 2.83-1
  58. - Update to next upstream release 2.83
  59. * Wed Dec 02 2009 Parag Nemade <pnemade AT redhat.com>- 2.80-1
  60. - Update to next upstream release 2.80
  61. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.79-2
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  63. * Mon Jul 13 2009 Parag Nemade <pnemade AT redhat.com>- 2.79-1
  64. - Update to next upstream release 2.79
  65. * Thu May 21 2009 Parag Nemade <pnemade AT redhat.com>- 2.78-1
  66. - Initial specfile for Fedora