lcdf-typetools-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. %if %{?_dist_release} >= "vl7"
  2. %global tlversion 2014
  3. %else %if %{?_dist_release} == "vl6"
  4. %global tlversion 2009
  5. %endif
  6. Name: lcdf-typetools
  7. Version: 2.104
  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. * Thu Oct 30 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.104-1
  47. - new upstream release
  48. * Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.100-1
  49. - new upstream release
  50. * Sat Nov 24 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.97-1
  51. - new upstream release
  52. * Mon Feb 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-2
  53. - rebuild
  54. * Mon Nov 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-1
  55. - Update to next upstream release 2.92
  56. - built for libkpathsea-devel-2011-1
  57. * Mon May 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.87-1
  58. - initial build
  59. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.87-2
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  61. * Mon Feb 07 2011 Parag Nemade <pnemade AT redhat.com> - 2.87-1
  62. - Update to next upstream release 2.87
  63. * Mon Dec 13 2010 Parag Nemade <pnemade AT redhat.com> - 2.85-1
  64. - Update to next upstream release 2.85
  65. * Wed Sep 29 2010 jkeating - 2.84-2
  66. - Rebuilt for gcc bug 634757
  67. * Fri Sep 17 2010 Parag Nemade <pnemade AT redhat.com> - 2.84-1
  68. - Update to next upstream release 2.84
  69. * Mon Aug 02 2010 Parag Nemade <pnemade AT redhat.com> - 2.83-1
  70. - Update to next upstream release 2.83
  71. * Wed Dec 02 2009 Parag Nemade <pnemade AT redhat.com>- 2.80-1
  72. - Update to next upstream release 2.80
  73. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.79-2
  74. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  75. * Mon Jul 13 2009 Parag Nemade <pnemade AT redhat.com>- 2.79-1
  76. - Update to next upstream release 2.79
  77. * Thu May 21 2009 Parag Nemade <pnemade AT redhat.com>- 2.78-1
  78. - Initial specfile for Fedora