]> git.pld-linux.org Git - packages/fonts-OTF-Aegyptus.git/blob - fonts-OTF-Aegyptus.spec
764673ee92e2c2755133d0f3df29a1b35c09a3b6
[packages/fonts-OTF-Aegyptus.git] / fonts-OTF-Aegyptus.spec
1 Summary:        Free UCS font for Egyptian hieroglyphs
2 Summary(pl.UTF-8):      WolnodostÄ™pny font UCS dla hieroglifów egipskich
3 Name:           fonts-OTF-Aegyptus
4 Version:        3.11
5 %define _ver    %(echo %{version} | tr -d .)
6 Release:        1
7 License:        Freeware
8 Group:          Fonts
9 Source0:        http://users.teilar.gr/~g1951d/Aegyptus%{_ver}.zip
10 # Source0-md5:  de9426b4fbed2ce23d6121effce36ba9
11 URL:            http://users.teilar.gr/~g1951d/
12 BuildRequires:  unzip
13 Requires(post,postun):  fontpostinst
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         otffontsdir     %{_fontsdir}/OTF
18
19 %description
20 The Aegyptus font encodes some 7100 Egyptian Hieroglyphs, all with a
21 graphical representation. The main sources of glyphs are Hieroglyphica
22 <http://www.ccer.nl/product8.html> and the work of Alan Gardiner
23 <http://std.dkuug.dk/JTC1/SC2/WG2/docs/n3182.pdf>. Egyptian
24 Hieroglyphs are allocated in the Supplementary Private Use Plane 15,
25 for the lack of a standard. The font also covers Basic Latin, Egyptian
26 Transliteration characters, Meroitic, some Punctuation and other
27 Symbols and the Gardiner set of Egyptian Hieroglyphs supported by The
28 Unicode Standard 5.2
29
30 %%description -l pl.UTF-8
31 #TODO
32
33 %prep
34 %setup -q -c
35
36 %build
37 for i in *.txt; do
38         iconv -f utf16 -t utf8 < $i > $i.
39         mv -f $i. $i
40 done
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{otffontsdir}
45
46 install *.otf $RPM_BUILD_ROOT%{otffontsdir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post
52 fontpostinst OTF
53
54 %postun
55 fontpostinst OTF
56
57 %files
58 %defattr(644,root,root,755)
59 %doc *.txt
60 %{otffontsdir}/Aegyptus.otf
This page took 0.122732 seconds and 2 git commands to generate.