]> git.pld-linux.org Git - packages/fonts-TTF-Sil-Doulos.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-Doulos.spec -> 1.1

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

diff --git a/fonts-TTF-Sil-Doulos.spec b/fonts-TTF-Sil-Doulos.spec
new file mode 100644 (file)
index 0000000..b5424cf
--- /dev/null
@@ -0,0 +1,68 @@
+Summary:       Doulos SIL - TrueType Fonts
+Summary(pl.UTF-8):     Doulos SIL - fonty TrueType
+Name:          fonts-TTF-DoulosSIL
+Version:       4.100
+Release:       1
+License:       SIL Open Font License
+Group:         Fonts
+Source0:       DoulosSIL%{version}.zip
+# Source0-md5: 0f043d34dd190259b64d57a501173c92
+URL:           http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=DoulosSILfont
+BuildRequires: unzip
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                ttffontsdir     %{_fontsdir}/TTF
+
+%description
+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.
+
+Doulos is very similar to Times/Times New Roman, but only has a single
+face - regular. It is intended for use alongside other Times-like
+fonts where a range of styles (italic, bold) are not needed.
+
+%description -l pl.UTF-8
+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.
+
+Doulos jest bardzo podobny do fontu Times/Times New Roman, ale zawiera
+tylko jeden krój: zwykły. Jest przeznaczony do użycia razem z innymi
+fontami podobnymi do Timesa, gdzie zestaw stylów (kursywa, pogrubiony)
+nie jest potrzebny.
+
+%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.089441 seconds and 4 git commands to generate.