]> git.pld-linux.org Git - packages/fonts-TTF-Sil-Charis.git/blob - fonts-TTF-Sil-Charis.spec
- fix name after server-side move, rel. 2
[packages/fonts-TTF-Sil-Charis.git] / fonts-TTF-Sil-Charis.spec
1 Summary:        Charis SIL - TrueType Fonts
2 Summary(pl.UTF-8):      Charis SIL - fonty TrueType
3 Name:           fonts-TTF-Sil-Charis
4 Version:        4.106
5 Release:        2
6 License:        SIL OFL
7 Group:          Fonts
8 # Source0Download:      http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=CharisSIL4.106b.zip&filename=CharisSIL4.106.zip
9 Source0:        CharisSIL%{version}.zip
10 # Source0-md5:  045aea5116c6c20e5b84e165d9727f0c
11 URL:            http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=CharisSILfont
12 BuildRequires:  unzip
13 Requires(post,postun):  fontpostinst
14 Obsoletes:      fonts-TTF-CharisSIL
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         ttffontsdir     %{_fontsdir}/TTF
19
20 %description
21 Charis is similar to Bitstream Charter, one of the first fonts
22 designed specifically for laser printers. It is highly readable and
23 holds up well in less-than-ideal reproduction environments. It also
24 has a full set of styles - regular, italic, bold, bold italic - and so
25 is more useful in general publishing than Doulos SIL. Charis is a
26 serif, proportionally-spaced font optimized for readability in long
27 printed documents.
28
29 The goal for this product was to provide a single Unicode-based font
30 family that would contain a comprehensive inventory of glyphs needed
31 for almost any Roman- or Cyrillic-based writing system, whether used
32 for phonetic or orthographic needs. In addition, there is provision
33 for other characters and symbols useful to linguists. This font makes
34 use of state-of-the-art font technologies to support complex
35 typographic issues, such as the need to position arbitrary
36 combinations of base glyphs and diacritics optimally.
37
38 %description -l pl.UTF-8
39 Charis jest podobny do Bitstream Charter, jednego z pierwszych fontów
40 zaprojektowanych specjalnie dla drukarek laserowych. Jest bardzo
41 czytelny i sprawdza się również w gorszych warunkach druku. Oferuje
42 pełen zestaw stylów: zwykły, kursywę, pogrubiony, pogrubioną kursywę -
43 jest więc bardziej użyteczny w wydawaniu tekstów niż Doulos SIL.
44 Charis jest fontem szeryfowym, proporcjonalnym, zoptymalizowanym pod
45 względem czytelności długich drukowanych dokumentów.
46
47 Przeznaczeniem niniejszego produktu jest zaoferowanie jednej
48 unikodowej rodziny fontów, która zawiera obszerny inwentarz glifów
49 potrzebnych do niemal każdego systemu pisma opartego na alfabecie
50 łacińskim bądź cyrylicy, zarówno dla potrzeb fonetycznych, jak i
51 ortograficznych. Dodatkowo dostarczone są znaki i symbole użyteczne
52 dla językoznawców. Font ten używa najnowszych technik fontów
53 wspierających złożone zagadnienia typograficzne, takie jak optymalne
54 pozycjonowanie dowolnych kombinacji glifów bazowych i diakrytyków.
55
56 %prep
57 %setup -q -n CharisSIL
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61 install -d $RPM_BUILD_ROOT%{ttffontsdir}
62
63 install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post
69 fontpostinst TTF
70
71 %postun
72 fontpostinst TTF
73
74 %files
75 %defattr(644,root,root,755)
76 %doc *.txt
77 %{ttffontsdir}/CharisSIL*.ttf
This page took 0.060416 seconds and 3 git commands to generate.