]> git.pld-linux.org Git - packages/fonts-TTF-Sil-Charis.git/commitdiff
- Initial release.
authorqrczak <qrczak@pld-linux.org>
Mon, 16 Jul 2007 10:51:49 +0000 (10:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-Sil-Charis.spec -> 1.1

fonts-TTF-Sil-Charis.spec [new file with mode: 0644]

diff --git a/fonts-TTF-Sil-Charis.spec b/fonts-TTF-Sil-Charis.spec
new file mode 100644 (file)
index 0000000..a7eeb16
--- /dev/null
@@ -0,0 +1,75 @@
+Summary:       Charis SIL - TrueType Fonts
+Summary(pl.UTF-8):     Charis SIL - fonty TrueType
+Name:          fonts-TTF-CharisSIL
+Version:       4.100
+Release:       1
+License:       SIL Open Font License
+Group:         Fonts
+Source0:       CharisSIL%{version}.zip
+# Source0-md5: b4fe96ce17acc58744027acd4298d198
+URL:           http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=CharisSILfont
+BuildRequires: unzip
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                ttffontsdir     %{_fontsdir}/TTF
+
+%description
+Charis is similar to Bitstream Charter, one of the first fonts
+designed specifically for laser printers. It is highly readable and
+holds up well in less-than-ideal reproduction environments. It also
+has a full set of styles - regular, italic, bold, bold italic - and so
+is more useful in general publishing than Doulos SIL. Charis is a
+serif, proportionally-spaced font optimized for readability in long
+printed documents.
+
+The goal for this product was to provide a single Unicode-based font
+family that would contain a comprehensive inventory of glyphs needed
+for almost any Roman- or Cyrillic-based writing system, whether used
+for phonetic or orthographic needs. In addition, there is provision
+for other characters and symbols useful to linguists. This font makes
+use of state-of-the-art font technologies to support complex
+typographic issues, such as the need to position arbitrary
+combinations of base glyphs and diacritics optimally.
+
+%description -l pl.UTF-8
+Charis jest podobny do Bitstream Charter, jednego z pierwszych fontów
+zaprojektowanych specjalnie dla drukarek laserowych. Jest bardzo
+czytelny i sprawdza się również w gorszych warunkach druku. Oferuje
+pełen zestaw stylów: zwykły, kursywę, pogrubiony, pogrubioną kursywę -
+jest więc bardziej użyteczny w wydawaniu tekstów niż Doulos SIL.
+Charis jest fontem szeryfowym, proporcjonalnym, zoptymalizowanym pod
+względem czytelności długich drukowanych dokumentów.
+
+Przezaczeniem niniejszego produktu jest zaoferowanie jednej unikodowej
+rodziny fontów, która zawiera obszerny inwentarz glifów potrzebnych do
+niemal każdego systemu pisma opartego na alfabecie łacińskim bądź
+cyrylicy, zarówno dla potrzeb fonetycznych, jak i ortograficznych.
+Dodatkowo dostarczone są znaki i symbole użyteczne dla językoznawców.
+Font ten używa najnowszych technik fontów wspierających złożone
+zagadnienia typograficzne, takie jak optymalne pozycjonowanie
+dowolnych kombinacji glifów bazowych i diakrytyków.
+
+%prep
+%setup -q -c -T -a0
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+
+install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt *.pdf
+%{ttffontsdir}/*.ttf
This page took 0.082128 seconds and 4 git commands to generate.