]> git.pld-linux.org Git - packages/fonts-OTF-Aegean.git/blob - fonts-OTF-Aegean.spec
- BR: iconv
[packages/fonts-OTF-Aegean.git] / fonts-OTF-Aegean.spec
1 Summary:        Free UCS fonts for ancient Aegean scripts
2 Summary(pl.UTF-8):      WolnodostÄ™pne fonty UCS dla starożytnych pism basenu Morza Egejskiego
3 Name:           fonts-OTF-Aegean
4 Version:        3.01
5 Release:        1
6 License:        Freeware
7 Group:          Fonts
8 Source0:        http://users.teilar.gr/~g1951d/Aegean.zip
9 # Source0-md5:  36201de0f8a523a3c002bb8619fc9da9
10 Source1:        http://users.teilar.gr/~g1951d/Anatolian.zip
11 # Source1-md5:  857dd55cdb7b8ba54b69023f05e92114
12 URL:            http://users.teilar.gr/~g1951d/
13 BuildRequires:  iconv
14 BuildRequires:  unzip
15 Requires(post,postun):  fontpostinst
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         otffontsdir     %{_fontsdir}/OTF
20
21 %description
22 Aegean font covers the following scripts and symbols supported by The
23 Unicode Standard 5.2: Basic Latin, Greek and Coptic, Greek Extended,
24 some Punctuation and other Symbols, Linear B Syllabary, Linear B
25 Ideograms, Aegean Numbers, Ancient Greek Numbers, Ancient Symbols,
26 Phaistos Disc, Lycian, Carian, Old Italic, Ugaritic, Old Persian,
27 Cypriot Syllabary, Phoenician, Lydian, and Archaic Greek Musical
28 Notation. Aegean allocates in the Supplementary Private Use Plane 15,
29 the following scripts and symbols, as yet unsupported by Unicode:
30 Cretan Hieroglyphs, Cypro-Minoan, Linear A, the Arkalochori Axe,
31 Ancient Greek and Old Italic variant alphabets.
32
33 Anatolian Hieroglyphs are available in the work-font, Anatolian.
34
35 %%description -l pl.UTF-8
36 #TODO
37
38 %prep
39 %setup -q -c -a1
40
41 %build
42 for i in *.txt; do
43         iconv -f utf16 -t utf8 < $i > $i.
44         mv -f $i. $i
45 done
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{otffontsdir}
50
51 install *.otf $RPM_BUILD_ROOT%{otffontsdir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 fontpostinst OTF
58
59 %postun
60 fontpostinst OTF
61
62 %files
63 %defattr(644,root,root,755)
64 %doc *.txt
65 %{otffontsdir}/Aegean.otf
66 %{otffontsdir}/Anatolian.otf
This page took 0.06847 seconds and 3 git commands to generate.