]> git.pld-linux.org Git - packages/fonts-TTF-Gentium.git/blame - fonts-TTF-Gentium.spec
- initial release
[packages/fonts-TTF-Gentium.git] / fonts-TTF-Gentium.spec
CommitLineData
310aa350 1Summary: Gentium (a typeface for the nations) - TrueType Fonts
2Name: fonts-TTF-Gentium
3Version: 1.0.1
4Release: 0.9
5License: Freeware - non-commercial, see COPYING
6Group: Fonts
7Vendor: SIL International
8Source0: fonts-ttf-gentium-%{version}.tar.bz2
9# Source0-md5: eacf8964738c130fdb8874ba419a6b58
10URL: http://scripts.sil.org/
11Requires: fontpostinst
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define ttffontsdir %{_fontsdir}/TTF
16
17%description
18Gentium ("belonging to the nations" in Latin) is a Unicode typeface family
19designed to enable the many diverse ethnic groups around the world who use
20the Latin script to produce readable, high-quality publications. It supports
21a wide range of Latin-based alphabets and includes glyphs that correspond to
22all the Latin ranges of Unicode.
23
24The design is intended to be highly readable, reasonably compact, and
25visually attractive. The additional 'extended' Latin letters are designed to
26naturally harmonize with the traditional 26 ones. Diacritics are treated
27with careful thought and attention to their use. Gentium also supports both
28ancient and modern Greek, including a number of alternate forms.
29
30GentiumAlt is an alternate font with flatter diacritics, specifically
31designed for languages using multiple accents. A Cyrillic version is
32under development and will be added in the near future. Preliminary work has
33also begun on additional weights and manual hinting, and a complementary
34sans-serif face is in embryonic form.
35
36The Gentium font family has received various awards from the publishing and
37typography community.
38
39For more details visit the SIL Computing and Writing Systems website:
40http://scripts.sil.org/
41
42
43%prep
44%setup -q -n fonts-ttf-gentium-%{version}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48install -d $RPM_BUILD_ROOT%{ttffontsdir}
49
50install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post
56fontpostinst TTF
57
58%postun
59fontpostinst TTF
60
61%files
62%defattr(644,root,root,755)
63%doc README COPYING INSTALL FAQ QUOTES THANKS HISTORY CHANGELOG Gentium*.pdf
64%{ttffontsdir}/*.ttf
This page took 0.043969 seconds and 4 git commands to generate.