source: projects/specs/branches/6/l/lcdf-typetools/lcdf-typetools-vl.spec @ 5698

Revision 5698, 2.6 KB checked in by munepi, 12 years ago (diff)

updated lcdf-typetools-vl.spec

Line 
1%if %{?_dist_release} >= "vl7"
2%global tlversion       2011
3%elseif %{?_dist_release} == "vl6"
4%global tlversion       2009
5%endif
6
7Name:           lcdf-typetools
8Version:        2.92
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
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* Mon Feb 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-2
57- rebuild
58
59* Mon Nov 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-1
60- Update to next upstream release 2.92
61  - built for libkpathsea-devel-2011-1
62
63* Mon May 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.87-1
64- initial build
65
66* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.87-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
68
69* Mon Feb 07 2011 Parag Nemade <pnemade AT redhat.com> - 2.87-1
70- Update to next upstream release 2.87
71
72* Mon Dec 13 2010 Parag Nemade <pnemade AT redhat.com> - 2.85-1
73- Update to next upstream release 2.85
74
75* Wed Sep 29 2010 jkeating - 2.84-2
76- Rebuilt for gcc bug 634757
77
78* Fri Sep 17 2010 Parag Nemade <pnemade AT redhat.com> - 2.84-1
79- Update to next upstream release 2.84
80
81* Mon Aug 02 2010 Parag Nemade <pnemade AT redhat.com> - 2.83-1
82- Update to next upstream release 2.83
83
84* Wed Dec 02 2009 Parag Nemade <pnemade AT redhat.com>- 2.80-1
85- Update to next upstream release 2.80
86
87* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.79-2
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
89
90* Mon Jul 13 2009 Parag Nemade <pnemade AT redhat.com>- 2.79-1
91- Update to next upstream release 2.79
92
93* Thu May 21 2009 Parag Nemade <pnemade AT redhat.com>- 2.78-1
94- Initial specfile for Fedora
Note: See TracBrowser for help on using the repository browser.