]> git.pld-linux.org Git - packages/fonts-OTF-Aegyptus.git/blob - fonts-OTF-Aegyptus.spec
- builds
[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 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{otffontsdir}
39
40 install *.otf $RPM_BUILD_ROOT%{otffontsdir}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %post
46 fontpostinst OTF
47
48 %postun
49 fontpostinst OTF
50
51 %files
52 %defattr(644,root,root,755)
53 %doc *.txt
54 %{otffontsdir}/Aegyptus.otf
This page took 0.067063 seconds and 3 git commands to generate.