File ec-fonts-mftraced.spec of Package ec-fonts-mftraced
#
# spec file for package ec-fonts-mftraced (Version 1.0.12)
#
# 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: ec-fonts-mftraced
Summary: Type1 PostScript Fonts for TeX with European Accents
Version: 1.0.12
Release: 244
Url: http://lilypond.org/download/old/ec-fonts-mftraced/
Vendor: openSUSE-Education
Group: Productivity/Publishing/TeX/Fonts
License: Public Domain, Freeware
AutoReqProv: on
BuildArch: noarch
PreReq: coreutils
BuildRequires: mftrace potrace
BuildRequires: texlive-latex
Source: %{name}-%{version}.tar.bz2
Patch: ec-fonts-mftraced.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
These are Type1 renderings of the EC variants of the standard CMR
family.
Authors:
--------
Han-Wen Nienhuys <hanwen@cs.uu.nl>
Jan Nieuwenhuizen <janneke@gnu.org>
Jörg Knappen
Norbert Schwarz
%prep
%setup -q
%patch -p0
%build
make %{?jobs:-j %jobs}
%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT/usr/share/texmf/fonts/map
# installed in %{_defaultdocdir}
rm $RPM_BUILD_ROOT/usr/share/doc/%{name}/{COPYING,INSTALL,ChangeLog,LICENSE,README}
%clean
rm -rf $RPM_BUILD_ROOT
%post
mkdir -p var/adm/SuSEconfig
touch var/adm/SuSEconfig/run-texhash
%postun
mkdir -p var/adm/SuSEconfig
touch var/adm/SuSEconfig/run-texhash
%files
%defattr (-, root, root)
%doc ChangeLog COPYING INSTALL LICENSE README
%{_datadir}/texmf/fonts/map/dvips/ec-fonts-mftraced
%{_datadir}/texmf/fonts/type1/public/ec-fonts-mftraced
%{_datadir}/texmf/fonts/tfm/public/ec-fonts-mftraced
%changelog