]> git.pld-linux.org Git - packages/fonts-TTF-Sil-Abyssinica.git/blob - fonts-TTF-Sil-Abyssinica.spec
- typo
[packages/fonts-TTF-Sil-Abyssinica.git] / fonts-TTF-Sil-Abyssinica.spec
1 Summary:        Free TrueType font for the scripts used by many languages of Ethiopia and Eritrea
2 Summary(pl.UTF-8):      Wolnodostępny font TrueType pisma używanego przez języki Etiopii i Erytrei
3 Name:           fonts-TTF-Sil-Abyssinica
4 Version:        1.0
5 Release:        1
6 License:        SIL OFL, distributable
7 Group:          Fonts
8 # Source0Download:      http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=AbyssinicaSIL1.0.zip&filename=abyssinicasil1.0.zip
9 Source0:        abyssinicasil%{version}.zip
10 # Source0-md5:  b63c5b9bbd2341a093c27f1253cc0ba3
11 URL:            http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=AbyssinicaSIL
12 BuildRequires:  unzip
13 Requires(post,postun):  fontpostinst
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         ttffontsdir     %{_fontsdir}/TTF
18
19 %description
20 The Ethiopic script is used for writing many of the languages of
21 Ethiopia and Eritrea. Abyssinica SIL supports all Ethiopic characters
22 which are in Unicode including the Unicode 4.1 extensions. Some
23 languages of Ethiopia are not yet able to be fully represented in
24 Unicode and, where necessary, we have included non-Unicode characters
25 in the Private Use Area.
26
27 %prep
28 %setup -q -c
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{ttffontsdir}
33
34 install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 fontpostinst TTF
41
42 %postun
43 fontpostinst TTF
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.txt *.pdf
48 %{ttffontsdir}/Abyssinica*.ttf
This page took 0.114469 seconds and 4 git commands to generate.