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

Revision 9041, 2.9 KB checked in by munepi, 10 years ago (diff)

new upstream release

Line 
1%if %{?_dist_release} >= "vl7"
2%global tlversion       2014
3%else %if %{?_dist_release} == "vl6"
4%global tlversion       2009
5%endif
6
7Name:           lcdf-typetools
8Version:        2.104
9Release:        1%{?_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
29%build
30%configure
31%__make CFLAGS="%{optflags}" %{?_smp_mflags}
32
33
34%install
35%__make install DESTDIR=%{buildroot} INSTALL="install -p"
36
37
38%files
39%defattr(-,root,root,-)
40%doc COPYING NEWS ONEWS README
41%{_bindir}/cfftot1
42%{_bindir}/mmafm
43%{_bindir}/mmpfb
44%{_bindir}/otfinfo
45%{_bindir}/otftotfm
46%{_bindir}/t1dotlessj
47%{_bindir}/t1lint
48%{_bindir}/t1reencode
49%{_bindir}/t1testpage
50%{_bindir}/ttftotype42
51%{_bindir}/t1rawafm
52%{_mandir}/man*/*
53%{_datadir}/lcdf-typetools
54
55%changelog
56* Thu Oct 30 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.104-1
57- new upstream release
58
59* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.100-1
60- new upstream release
61
62* Sat Nov 24 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.97-1
63- new upstream release
64
65* Mon Feb 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-2
66- rebuild
67
68* Mon Nov 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-1
69- Update to next upstream release 2.92
70  - built for libkpathsea-devel-2011-1
71
72* Mon May 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.87-1
73- initial build
74
75* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.87-2
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
77
78* Mon Feb 07 2011 Parag Nemade <pnemade AT redhat.com> - 2.87-1
79- Update to next upstream release 2.87
80
81* Mon Dec 13 2010 Parag Nemade <pnemade AT redhat.com> - 2.85-1
82- Update to next upstream release 2.85
83
84* Wed Sep 29 2010 jkeating - 2.84-2
85- Rebuilt for gcc bug 634757
86
87* Fri Sep 17 2010 Parag Nemade <pnemade AT redhat.com> - 2.84-1
88- Update to next upstream release 2.84
89
90* Mon Aug 02 2010 Parag Nemade <pnemade AT redhat.com> - 2.83-1
91- Update to next upstream release 2.83
92
93* Wed Dec 02 2009 Parag Nemade <pnemade AT redhat.com>- 2.80-1
94- Update to next upstream release 2.80
95
96* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.79-2
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
98
99* Mon Jul 13 2009 Parag Nemade <pnemade AT redhat.com>- 2.79-1
100- Update to next upstream release 2.79
101
102* Thu May 21 2009 Parag Nemade <pnemade AT redhat.com>- 2.78-1
103- Initial specfile for Fedora
Note: See TracBrowser for help on using the repository browser.