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

Revision 5215, 2.5 KB checked in by munepi, 12 years ago (diff)

updated lcdf-typetools-vl.spec

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