lcdf-typetools-vl.spec 2.7 KB

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