source: projects/specs/tags/6_0_REL/m/mftrace/mftrace-vl.spec @ 1527

Revision 1527, 2.0 KB checked in by munepi, 14 years ago (diff)

updated mftrace: ready for TeX Live

Line 
1Summary: Generate scalable fonts for TeX
2Name: mftrace
3Version: 1.2.14
4Release: 3%{?_dist_release}
5URL: http://www.cs.uu.nl/~hanwen/mftrace
6Source0: %{name}-%{version}.tar.gz
7License: GPL
8Group: Applications/Publishing
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10Prereq: texlive python potrace t1utils
11BuildRequires: python potrace texinfo
12
13%description
14Mftrace is a small Python program that lets you trace a @TeX{}
15bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font).
16It is licensed under the GNU GPL.
17
18Type1 fonts offer many advantages over bitmaps, as they allow PostScript
19files to render correctly on printers with many resolutions. Moreover,
20Ghostscript can generate much better PDF, if given scalable fonts.
21
22%prep
23%setup -q
24
25%build
26./configure --prefix=%{_prefix}
27make
28make README.txt
29
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make prefix=$RPM_BUILD_ROOT%{_prefix}  mandir=$RPM_BUILD_ROOT%{_mandir} install
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root)
40
41%{_prefix}/bin/gf2pbm
42%{_prefix}/bin/mftrace
43%{_mandir}/man1/mftrace.1.gz
44%{_datadir}/mftrace/afm.pyc
45%{_datadir}/mftrace/afm.py
46%{_datadir}/mftrace/tfm.pyc
47%{_datadir}/mftrace/tfm.py
48%doc README.txt
49
50%changelog
51* Sun Aug 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.2.14-3
52- TeX Live 2009
53
54* Wed Apr 21 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.14-2
55- rebuilt with new environment
56
57* Sun Jul 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.14-1vl5
58- rebuilt with python-2.5.2
59- applied new versioning policy
60
61* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.14-0vl3
62- rebuilt for VineSeed
63
64* Mon Jun 04 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.2.14-0vl2
65- add BuildRequires: texinfo (makeinfo is required during package build)
66
67* Wed May 29 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.2.14-0vl1
68- new upstream release.
69
70* Sat Jul  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.6-0vl2
71- rebuilt for VineSeed
72
73* Sat Mar 12 2005 Jun NISHII <jun@vinelinux.org> 1.1.6-0vl1
74- build on Vine 3.1
75
76* Tue Feb 19 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
77- Initial build.
78
79
Note: See TracBrowser for help on using the repository browser.