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