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