source: projects/specs/trunk/l/lcdf-typetools/lcdf-typetools-vl.spec @ 10764

Revision 10764, 3.2 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1%if %{?_dist_release} >= "vl7"
2%global tlversion       2015
3%else %if %{?_dist_release} == "vl6"
4%global tlversion       2009
5%endif
6
7Name:           lcdf-typetools
8Version:        2.105
9Release:        2%{?_dist_release}
10Summary:        Tools for manipulating OpenType fonts
11Group:          User Interface/X
12License:        GPLv2+
13URL:            http://www.lcdf.org
14Source0:        http://www.lcdf.org/type/%{name}-%{version}.tar.gz
15Requires:       texlive-common >= %{tlversion}
16BuildRequires:  texlive-common >= %{tlversion}
17BuildRequires:  libkpathsea-devel >= %{tlversion}
18
19%description
20The LCDF Typetools package contains several programs for manipulating
21PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType
22fonts.  LCDF Typetools includes the mmafm and mmpfb programs, which were
23formerly distributed as part of a different package (mminstance)
24
25%prep
26%setup -q
27
28%build
29%configure \
30  --with-kpathsea \
31  ;
32%__make CFLAGS="%{optflags}" %{?_smp_mflags}
33
34
35%install
36%__make install DESTDIR=%{buildroot} INSTALL="install -p"
37
38
39%files
40%defattr(-,root,root,-)
41%doc COPYING NEWS ONEWS README.md
42%doc glyphlist.txt glyphtounicode.tex texglyphlist-g2u.txt texglyphlist.txt
43%{_bindir}/cfftot1
44%{_bindir}/mmafm
45%{_bindir}/mmpfb
46%{_bindir}/otfinfo
47%{_bindir}/otftotfm
48%{_bindir}/t1dotlessj
49%{_bindir}/t1lint
50%{_bindir}/t1reencode
51%{_bindir}/t1testpage
52%{_bindir}/ttftotype42
53%{_bindir}/t1rawafm
54%{_mandir}/man*/*
55%{_datadir}/lcdf-typetools
56
57%changelog
58* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 2.105-2
59- rebuild with gcc-5.4.0
60
61* Thu Jan 21 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2.105-1
62- new upstream release
63
64* Thu Oct 30 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.104-1
65- new upstream release
66
67* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.100-1
68- new upstream release
69
70* Sat Nov 24 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.97-1
71- new upstream release
72
73* Mon Feb 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-2
74- rebuild
75
76* Mon Nov 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-1
77- Update to next upstream release 2.92
78  - built for libkpathsea-devel-2011-1
79
80* Mon May 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.87-1
81- initial build
82
83* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.87-2
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
85
86* Mon Feb 07 2011 Parag Nemade <pnemade AT redhat.com> - 2.87-1
87- Update to next upstream release 2.87
88
89* Mon Dec 13 2010 Parag Nemade <pnemade AT redhat.com> - 2.85-1
90- Update to next upstream release 2.85
91
92* Wed Sep 29 2010 jkeating - 2.84-2
93- Rebuilt for gcc bug 634757
94
95* Fri Sep 17 2010 Parag Nemade <pnemade AT redhat.com> - 2.84-1
96- Update to next upstream release 2.84
97
98* Mon Aug 02 2010 Parag Nemade <pnemade AT redhat.com> - 2.83-1
99- Update to next upstream release 2.83
100
101* Wed Dec 02 2009 Parag Nemade <pnemade AT redhat.com>- 2.80-1
102- Update to next upstream release 2.80
103
104* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.79-2
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
106
107* Mon Jul 13 2009 Parag Nemade <pnemade AT redhat.com>- 2.79-1
108- Update to next upstream release 2.79
109
110* Thu May 21 2009 Parag Nemade <pnemade AT redhat.com>- 2.78-1
111- Initial specfile for Fedora
Note: See TracBrowser for help on using the repository browser.