]> git.pld-linux.org Git - packages/fonts-TTF-Sil-Abyssinica.git/commitdiff
- initial
authorankry <ankry@pld-linux.org>
Thu, 11 Feb 2010 09:22:09 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-Sil-Abyssinica.spec -> 1.1

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

diff --git a/fonts-TTF-Sil-Abyssinica.spec b/fonts-TTF-Sil-Abyssinica.spec
new file mode 100644 (file)
index 0000000..bccd2a0
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Free TrueType font for the scripts used by many languages of Ethiopia and Eritrea
+Summary(pl.UTF-8):     Wolnodostępny font TrueType pisma uywanego przez języki Etiopii i Erytrei
+Name:          fonts-TTF-Sil-Abyssinica
+Version:       1.0
+Release:       1
+License:       SIL OFL, distributable
+Group:         Fonts
+# Source0Download:     http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=AbyssinicaSIL1.0.zip&filename=abyssinicasil1.0.zip
+Source0:       abyssinicasil%{version}.zip
+# Source0-md5: b63c5b9bbd2341a093c27f1253cc0ba3
+URL:           http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=AbyssinicaSIL
+BuildRequires: unzip
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                ttffontsdir     %{_fontsdir}/TTF
+
+%description
+The Ethiopic script is used for writing many of the languages of
+Ethiopia and Eritrea. Abyssinica SIL supports all Ethiopic characters
+which are in Unicode including the Unicode 4.1 extensions. Some
+languages of Ethiopia are not yet able to be fully represented in
+Unicode and, where necessary, we have included non-Unicode characters
+in the Private Use Area.
+
+%prep
+%setup -q -c
+
+%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}/Abyssinica*.ttf
This page took 0.053297 seconds and 4 git commands to generate.