File mftrace.spec of Package mftrace
#
# spec file for package mftrace (Version 1.2.15)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: mftrace
BuildRequires: autotrace potrace python-devel
License: GPL v2 or later
Group: Productivity/Publishing/TeX/Utilities
AutoReqProv: on
Requires: python texlive bitmap_tracing t1utils fontforge
Version: 1.2.15
Release: 1
Source: %{name}-%{version}.tar.bz2
Url: http://lilypond.org/mftrace/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Scalable PostScript Fonts for MetaFont
Patch: %{name}-%{version}-rpm-opt-flags.patch
%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.
Authors:
--------
Han-Wen Nienhuys <hanwen@xs4all.nl>
%prep
%setup -q
%patch
%build
autoreconf -f -i
%configure --with-pic
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc ChangeLog COPYING README.txt
%{_bindir}/*
%{_datadir}/mftrace
%doc %{_mandir}/man1/*
%changelog
* Sat Aug 16 2008 puzel@suse.cz
- update to bugfix release 1.2.15
- fixes running in python>2.6 (misuse of as keyword)
* Fri May 23 2008 crrodriguez@suse.de
- use RPM_OPT_FLAGS
* Wed Jul 25 2007 sbrabec@suse.cz
- Updated to version 1.2.14:
* Documentation fixes.
* Minor fixes.
* Mon Apr 23 2007 ro@suse.de
- require texlive instead of tetex
* Fri Oct 20 2006 sbrabec@suse.cz
- Updated to version 1.2.5:
* Code cleanup.
* Documentation fixes.
* Now probably requires python 2.x.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 02 2006 sbrabec@suse.cz
- Updated to version 1.1.17.
* Tue Sep 06 2005 mmarek@suse.cz
- fixed problem with gcc4 and casting int* to char*, obsoleting
mftrace-strict-aliasing.patch, closing lilypond bug #113762
* Mon Aug 01 2005 sbrabec@suse.cz
- Updated to version 1.1.12.
* Thu Jan 06 2005 sbrabec@suse.cz
- Updated to version 1.1.2.
- Require bitmap_tracing virtual instead of autotrace or potrace.
* Wed Aug 25 2004 sbrabec@suse.cz
- Updated to version 1.0.34.
- Fixed Requires (#44219).
* Thu Aug 19 2004 ro@suse.de
- pfaedit has been renamed to fontforge
* Fri Feb 06 2004 sbrabec@suse.cz
- Updated to version 1.0.27.
* Sun Jan 11 2004 adrian@suse.de
- build as user
* Fri Aug 08 2003 sbrabec@suse.cz
- Updated to version 1.0.19.
* Mon Nov 25 2002 sbrabec@suse.cz
- Added new package.