Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 2f0c3439a2507230e75761ee4d729338 > files > 2

mftrace-1.1.6-1mdk.src.rpm

%define version 1.1.6
%define release 1mdk

Name:		mftrace
Version:	%{version}
Release:	%{release}
Summary:	Generates scalable fonts for TeX
Group:		Publishing
License:	GPL
URL:		http://www.cs.uu.nl/~hanwen/%{name}/
Source0:	http://www.cs.uu.nl/~hanwen/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	python
Requires:	python
Requires:	tetex
Requires:	autotrace
Requires:	potrace
Requires:	t1utils
Requires:	fontforge >= 1.0-0.040215.1mdk
Obsoletes:	pktrace
Provides:	pktrace

%description
mftrace is 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. It is licensed under the GNU GPL.

Scalable fonts offer many advantages over bitmaps, as they allow
documents to render correctly at many printer resolutions. Moreover,
Ghostscript can generate much better PDF, if given scalable PostScript
fonts.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}

%changelog
* Mon Mar 21 2005 Abel Cheung <deaddog@mandrake.org> 1.1.6-1mdk
- New release 1.1.6

* Sat Feb 05 2005 Abel Cheung <deaddog@mandrake.org> 1.1.2-2mdk
- Requires fontforge instead of pfaedit

* Sun Jan 16 2005 Abel Cheung <deaddog@mandrakesoft.com> 1.1.2-1mdk
- New release 1.1.2

* Sun Dec 26 2004 Abel Cheung <deaddog@mandrake.org> 1.0.36-2mdk
- Requires python

* Fri Dec 10 2004 Abel Cheung <deaddog@mandrake.org> 1.0.36-1mdk
- New version
- Pulls in potrace too, in case some software wants --autotrace option
  and others want --potrace option

* Thu Dec 02 2004 Abel Cheung <deaddog@mandrake.org> 1.0.33-2mdk
- Please use configure2_5x whenever possible
- Fix BuildRequires

* Sat Jul 17 2004 Michael Scherer <misc@mandrake.org> 1.0.33-1mdk
- New release 1.0.27

* Wed Feb 12 2003 Buchan Milne <bgmilne@linux-mandrake.com> 1.0.12-2mdk
- thac->contrib
- cleanups

* Sun Feb 02 2003 Torbjorn Turpeinen <tobbe@nyvalls.se> 1.0.12-1mdk
- Built for Mandrake 9.1

* Tue Oct 22 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.10-1
- updated to 1.0.10, the package is now called mftrace

* Tue Jun 24 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1.0.3-1
- adapted from alt linux to redhat, needed for the lilypond build
- added patch to GNUmakefile so that the package installs in DESTDIR

* Thu Apr 18 2002 Yuri N. Sedunov <aris@altlinux.ru> 1.0.3-alt1
- 1.0.3

* Tue Mar 19 2002 Yuri N. Sedunov <aris@altlinux.ru> 1.0.1-alt1
- 1.0.1

* Sat Mar 16 2002 Yuri N. Sedunov <aris@altlinux.ru> 0.6.11-alt1
- Adopted for Sisyphus.

* Tue Feb 19 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
- Initial build.