source: projects/specs/tags/6_0_REL/l/lcdf-typetools/lcdf-typetools-vl.spec @ 3764

Revision 3764, 2.2 KB checked in by munepi, 13 years ago (diff)

added lcdf-typetools-vl.spec

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