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