rpms/mftrace/devel mftrace.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed Apr 26 00:39:02 UTC 2006


Author: qspencer

Update of /cvs/extras/rpms/mftrace/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2452/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mftrace.spec 
Log Message:
auto-import mftrace-1.1.19-2 on branch devel from mftrace-1.1.19-2.src.rpm


--- NEW FILE mftrace.spec ---
Name:		mftrace
Version:	1.1.19
Release:	2%{?dist}
Summary:	Utility for converting TeX bitmap fonts to TrueType fonts

Group:		Applications/Publishing
License:	GPL
URL:		http://www.xs4all.nl/~hanwen/mftrace/
Source0:	http://www.xs4all.nl/~hanwen/mftrace/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	python autotrace
Requires:	autotrace fontforge t1utils tetex-fonts

%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.

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
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.txt ChangeLog
%{_bindir}/*
%{_mandir}/man1/%{name}*
%{_datadir}/%{name}
%ghost %{_datadir}/%{name}/*.pyo


%changelog
* Tue Apr 25 2006 Quentin Spencer <qspencer at users.sourceforge.net> 1.1.19-2
- ghost .pyo files

* Thu Mar 30 2006 Quentin Spencer <qspencer at users.sourceforge.net> 1.1.19-1
- First version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mftrace/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Apr 2006 00:38:45 -0000	1.1
+++ .cvsignore	26 Apr 2006 00:39:02 -0000	1.2
@@ -0,0 +1 @@
+mftrace-1.1.19.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mftrace/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Apr 2006 00:38:45 -0000	1.1
+++ sources	26 Apr 2006 00:39:02 -0000	1.2
@@ -0,0 +1 @@
+89d5f70cdfad6ed7be146dd1b548cec1  mftrace-1.1.19.tar.gz




More information about the scm-commits mailing list