source: projects/specs/trunk/e/ec-fonts-mftraced/ec-fonts-mftraced-vl.spec @ 521

Revision 521, 1.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: TeX EC fonts, PostScript Type1 format
2Name: ec-fonts-mftraced
3Version: 1.0.12
4Release: 0vl1
5License: Public domain
6Group: Applications/Publishing
7URL: http://lilypond.org/download/fonts/
8Source0: %{name}-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: mftrace tetex
11Requires: tetex
12Summary: Type1 PostScript fonts for TeX with european accents
13BuildArchitectures: noarch
14
15%description
16
17These are Type1 renderings of the EC variants of the standard CMR
18family.
19
20
21%prep
22%setup -q
23
24%build
25
26%configure
27make all
28
29%install
30rm -rf %{buildroot}
31make prefix=$RPM_BUILD_ROOT%{_prefix} install
32
33rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
34
35%post
36texhash
37
38%clean
39rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root,-)
43%doc COPYING ChangeLog LICENSE README
44%{_datadir}/texmf/fonts/type1/public/ec-fonts-mftraced/
45%{_datadir}/texmf/fonts/tfm/public/ec-fonts-mftraced/
46%{_datadir}/texmf/fonts/map/dvips/ec-fonts-mftraced/
47#%{_datadir}/texmf/dvips/ec-fonts-mftraced/
48
49
50%changelog
51* Sat Jul  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.12-0vl1
52- rebuilt for VineSeed
53
54* Sat Mar 12 2005 Jun NISHII <jun@vinelinux.org> 1.0.9-0vl1
55- build on Vine 3.1
56
57* Sun Apr 11 2004 Han-Wen Nienhuys  <hanwen@xs4all.nl> - fonts-1
58- Initial build.
59
Note: See TracBrowser for help on using the repository browser.