]> git.pld-linux.org Git - packages/fonts-OTF-Symbola.git/blame - fonts-OTF-Symbola.spec
- initial
[packages/fonts-OTF-Symbola.git] / fonts-OTF-Symbola.spec
CommitLineData
7fd09d29 1# TODO:
2# - pl description
3Summary: Free UCS font with various Unicode symbols
4Summary(pl.UTF-8): Wolnodostępny font UCS z różnymi symbolami unikodu
5Name: fonts-OTF-Symbola
6Version: 2.53
7%define _ver %(echo %{version} | tr -d .)
8Release: 1
9License: Freeware
10Group: Fonts
11Source0: http://users.teilar.gr/~g1951d/Symbola%{_ver}.zip
12# Source0-md5: 06554e9d579a954221f24b1842306fc5
13URL: http://users.teilar.gr/~g1951d/
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
22Symbola covers the following scripts and symbols supported by The
23Unicode Standard 5.2:
24
25Basic Latin, Latin-1 Supplement, Latin Extended-A, IPA Extensions,
26Spacing Modifier Letters, Greek and Coptic, Cyrillic, Cyrillic
27Supplementary, General Punctuation, Superscripts and Subscripts,
28Combining Diacritical Marks for Symbols, Letterlike Symbols, Number
29Forms, Arrows, Mathematical Operators, Miscellaneous Technical,
30Control Pictures, Optical Character Recognition, Box Drawing, Block
31Elements, Geometric Shapes, Miscellaneous Symbols, Dingbats,
32Miscellaneous Mathematical Symbols-A, Supplemental Arrows-A,
33Supplemental Arrows-B, Miscellaneous Mathematical Symbols-B,
34Supplemental Mathematical Operators, Miscellaneous Symbols and Arrows,
35Supplemental Punctuation, CJK Symbols and Punctuation, Yijing Hexagram
36Symbols, Vertical Forms, Combining Half Marks, CJK Compatibility
37Forms, Specials, Tai Xuan Jing Symbols, Counting Rod Numerals,
38Mathematical Alphanumeric Symbols, Mahjong Tile Symbols, Domino Tile
39Symbols.
40
41%prep
42%setup -qc
43
44%build
45for i in *.txt; do
46 iconv -f utf16 -t utf8 < $i > $i.
47 mv -f $i. $i
48done
49
50%install
51rm -rf $RPM_BUILD_ROOT
52install -d $RPM_BUILD_ROOT%{otffontsdir}
53
54install *.otf $RPM_BUILD_ROOT%{otffontsdir}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post
60fontpostinst OTF
61
62%postun
63fontpostinst OTF
64
65%files
66%defattr(644,root,root,755)
67%doc *.txt
68%{otffontsdir}/Symbola.otf
This page took 0.058317 seconds and 4 git commands to generate.