File mftrace.spec of Package mftrace
#
# spec file for package mftrace (Version 1.2.15)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# usedforbuild ImageMagick Mesa aaa_base acl atk attr audit-libs autoconf automake autotrace bash bind-libs bind-utils binutils bison bzip2 cairo coreutils cpio cpp cracklib cvs cyrus-sasl db diffutils e2fsprogs expat file filesystem fillup findutils flex fontconfig freetype2 gawk gcc gdbm gdbm-devel gettext gettext-devel glib2 glibc glibc-devel glibc-locale glitz gnome-filesystem gpm grep groff gtk2 gzip info insserv klogd less libacl libattr libcom_err libdrm libgcc libjasper libjpeg liblcms libmudflap libnscd libpng libstdc++ libtiff libtool libwmf libxcrypt libxml2 libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openmotif-libs openssl pam pam-modules pango patch perl permissions popt potrace procinfo procps psmisc pwdutils python python-devel rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone unzip util-linux vim xorg-x11-libs zlib zlib-devel
Name: mftrace
BuildRequires: autotrace potrace python-devel
License: GPL v2 or later
Group: Productivity/Publishing/TeX/Utilities
AutoReqProv: on
Requires: python tetex bitmap_tracing t1utils fontforge
Version: 1.2.15
Release: 13.2
Source: %{name}-%{version}.tar.bz2
Url: http://www.xs4all.nl/~hanwen/mftrace/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Scalable PostScript Fonts for MetaFont
%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>
%debug_package
%prep
%setup
%build
%{?suse_update_config:%{suse_update_config}}
export CFLAGS="$RPM_OPT_FLAGS"
./configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--sysconfdir=%{_sysconfdir}
make CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc ChangeLog README.txt
%{_prefix}/bin/*
%doc %{_mandir}/man1/*
%{_prefix}/share/mftrace
%changelog
* 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.