diff --git a/README.md b/README.md index 091527b..08a4c89 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mftrace +A small Python program that lets you trace a TeX bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font. + diff --git a/mftrace.spec b/mftrace.spec new file mode 100644 index 0000000..cb2c7d6 --- /dev/null +++ b/mftrace.spec @@ -0,0 +1,52 @@ +Name: mftrace +Version: 1.2.18 +Release: 1mamba +Summary: A small Python program that lets you trace a TeX bitmap font into a PFA, PFB or TTF font +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://lilypond.org/mftrace/ +Source: http://lilypond.org/download/sources/mftrace/mftrace-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: python-devel +BuildRequires: potrace + +%description +A small Python program that lets you trace a TeX bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/gf2pbm +%{_bindir}/mftrace +%{_mandir}/man1/mftrace.1.gz +%{_datadir}/mftrace/afm.py +%{_datadir}/mftrace/afm.pyc +%{_datadir}/mftrace/tfm.py +%{_datadir}/mftrace/tfm.pyc +%doc COPYING ChangeLog README.texi README.txt + +%changelog +* Mon Jul 09 2012 Automatic Build System 1.2.18-1mamba +- automatic version update by autodist + +* Tue Dec 09 2008 Silvan Calarco 1.2.15-1mamba +- automatic update by autodist + +* Sat Sep 15 2007 Silvan Calarco 1.2.14-1mamba +- package created by autospec