1 |
Summary: Greek Type1 fonts |
2 |
Name: fonts-type1-greek |
3 |
Version: 2.0 |
4 |
Release: %mkrel 13 |
5 |
|
6 |
Url: http://iris.math.aegean.gr/kerkis/ |
7 |
# date 2003-01-17 |
8 |
Source0: http://iris.math.aegean.gr/kerkis/Kerkis_for_X11.tar.bz2 |
9 |
|
10 |
License: Distributable (Copyright (C) Department of Mathematics, University of Aegean. For use information check http://iris.math.aegean.gr/kerkis/) |
11 |
|
12 |
Group: System/Fonts/Type1 |
13 |
BuildArch: noarch |
14 |
BuildRequires: font-tools |
15 |
|
16 |
%description |
17 |
Nice Greek scalable fonts, usable for display on screen or for printing. |
18 |
Please if you want to use them for publishing, read the |
19 |
licence at http://iris.math.aegean.gr/kerkis/ |
20 |
or in the doc directory. |
21 |
|
22 |
%prep |
23 |
|
24 |
%setup -q -n Kerkis_for_X11 |
25 |
|
26 |
%build |
27 |
|
28 |
%install |
29 |
install -d %buildroot/%_datadir/fonts/type1/greek/ |
30 |
install -m 0644 *.pfb %buildroot/%_datadir/fonts/type1/greek |
31 |
install -m 0644 *.afm %buildroot/%_datadir/fonts/type1/greek |
32 |
|
33 |
cat fonts.scale | \ |
34 |
sed 's:^\(.*\)-iso8859-7$:\1-iso8859-7#\1-iso10646-1:' | \ |
35 |
tr '#' '\n' | uniq | grep '[ ]' > fonts.scale.tmp |
36 |
wc -l fonts.scale.tmp | awk '{print $1}'> fonts.scale.new |
37 |
cat fonts.scale.tmp >> fonts.scale.new |
38 |
install -m 0644 fonts.scale.new \ |
39 |
%buildroot/%_datadir/fonts/type1/greek/fonts.scale |
40 |
|
41 |
( |
42 |
cd %buildroot/%_datadir/fonts/type1/greek |
43 |
cp fonts.scale fonts.dir |
44 |
) |
45 |
|
46 |
mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/ |
47 |
ln -s ../../..%_datadir/fonts/type1/greek \ |
48 |
%{buildroot}%_sysconfdir/X11/fontpath.d/type1-greek:pri=50 |
49 |
|
50 |
|
51 |
%files |
52 |
%defattr(0644,root,root,0755) |
53 |
%doc License.txt |
54 |
%dir %_datadir/fonts/type1/greek |
55 |
%_datadir/fonts/type1/greek/*.pfb |
56 |
%_datadir/fonts/type1/greek/*.afm |
57 |
%config(noreplace) %_datadir/fonts/type1/greek/fonts.dir |
58 |
%config(noreplace) %_datadir/fonts/type1/greek/fonts.scale |
59 |
%_sysconfdir/X11/fontpath.d/type1-greek:pri=50 |
60 |
|
61 |
|
62 |
|