]> git.pld-linux.org Git - packages/fonts-OTF-Symbola.git/blame - fonts-OTF-Symbola.spec
- BR: iconv
[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/
e79f213b 14BuildRequires: iconv
7fd09d29 15BuildRequires: unzip
16Requires(post,postun): fontpostinst
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define otffontsdir %{_fontsdir}/OTF
21
22%description
23Symbola covers the following scripts and symbols supported by The
24Unicode Standard 5.2:
25
26Basic Latin, Latin-1 Supplement, Latin Extended-A, IPA Extensions,
27Spacing Modifier Letters, Greek and Coptic, Cyrillic, Cyrillic
28Supplementary, General Punctuation, Superscripts and Subscripts,
29Combining Diacritical Marks for Symbols, Letterlike Symbols, Number
30Forms, Arrows, Mathematical Operators, Miscellaneous Technical,
31Control Pictures, Optical Character Recognition, Box Drawing, Block
32Elements, Geometric Shapes, Miscellaneous Symbols, Dingbats,
33Miscellaneous Mathematical Symbols-A, Supplemental Arrows-A,
34Supplemental Arrows-B, Miscellaneous Mathematical Symbols-B,
35Supplemental Mathematical Operators, Miscellaneous Symbols and Arrows,
36Supplemental Punctuation, CJK Symbols and Punctuation, Yijing Hexagram
37Symbols, Vertical Forms, Combining Half Marks, CJK Compatibility
38Forms, Specials, Tai Xuan Jing Symbols, Counting Rod Numerals,
39Mathematical Alphanumeric Symbols, Mahjong Tile Symbols, Domino Tile
40Symbols.
41
42%prep
43%setup -qc
44
45%build
46for i in *.txt; do
47 iconv -f utf16 -t utf8 < $i > $i.
48 mv -f $i. $i
49done
50
51%install
52rm -rf $RPM_BUILD_ROOT
53install -d $RPM_BUILD_ROOT%{otffontsdir}
54
55install *.otf $RPM_BUILD_ROOT%{otffontsdir}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post
61fontpostinst OTF
62
63%postun
64fontpostinst OTF
65
66%files
67%defattr(644,root,root,755)
68%doc *.txt
69%{otffontsdir}/Symbola.otf
This page took 0.062806 seconds and 4 git commands to generate.