]> git.pld-linux.org Git - packages/fonts-OTF-Aegyptus.git/blame - fonts-OTF-Aegyptus.spec
- convert docs to utf8
[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
3c65cc64 5%define _ver %(echo %{version} | tr -d .)
2f2b90ba 6Release: 1
7License: Freeware
8Group: Fonts
3c65cc64 9Source0: http://users.teilar.gr/~g1951d/Aegyptus%{_ver}.zip
2f2b90ba 10# Source0-md5: de9426b4fbed2ce23d6121effce36ba9
11URL: http://users.teilar.gr/~g1951d/
12BuildRequires: unzip
13Requires(post,postun): fontpostinst
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define otffontsdir %{_fontsdir}/OTF
18
19%description
20The Aegyptus font encodes some 7100 Egyptian Hieroglyphs, all with a
21graphical 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
24Hieroglyphs are allocated in the Supplementary Private Use Plane 15,
25for the lack of a standard. The font also covers Basic Latin, Egyptian
26Transliteration characters, Meroitic, some Punctuation and other
27Symbols and the Gardiner set of Egyptian Hieroglyphs supported by The
28Unicode Standard 5.2
29
30%%description -l pl.UTF-8
31#TODO
32
33%prep
3c65cc64 34%setup -q -c
2f2b90ba 35
78a9de88 36%build
37for i in *.txt; do
38 iconv -f utf16 -t utf8 < $i > $i.
39 mv -f $i. $i
40done
41
2f2b90ba 42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT%{otffontsdir}
45
46install *.otf $RPM_BUILD_ROOT%{otffontsdir}
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%post
52fontpostinst OTF
53
54%postun
55fontpostinst OTF
56
57%files
58%defattr(644,root,root,755)
59%doc *.txt
60%{otffontsdir}/Aegyptus.otf
This page took 0.053195 seconds and 4 git commands to generate.