From 1138d95c71263754e0fb2c65666e80c4084d3908 Mon Sep 17 00:00:00 2001 From: ankry Date: Tue, 9 Feb 2010 20:03:49 +0000 Subject: [PATCH 1/1] - initial Changed files: fonts-TTF-Languagegeek.spec -> 1.1 --- fonts-TTF-Languagegeek.spec | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 fonts-TTF-Languagegeek.spec diff --git a/fonts-TTF-Languagegeek.spec b/fonts-TTF-Languagegeek.spec new file mode 100644 index 0000000..3b09470 --- /dev/null +++ b/fonts-TTF-Languagegeek.spec @@ -0,0 +1,51 @@ +Summary: Free TrueType fonts for Canadian syllabics +Summary(pl.UTF-8): Wolnodostępne fonty TrueType dla sylabariuszy kanadyjskich +Name: fonts-TTF-Languagegeek +Version: 9.601 +Release: 1 +License: GPL v3 +Group: Fonts +Source0: http://www.languagegeek.com/font/AboriginalSerif.zip +# Source0-md5: deb6fcf99db5f9da540fd2a7c255a4f8 +Source1: http://www.languagegeek.com/font/AboriginalSans.zip +# Source1-md5: 3799ae7693a4dafb985b1ee4f047ff05 +URL: http://www.languagegeek.com/font/fontdownload.html +BuildRequires: unzip +Requires(post,postun): fontpostinst +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define ttffontsdir %{_fontsdir}/TTF + +%description +Languagegeek provides, free of charge, a number of quality fonts for +native languages across North America and the world. The Aboriginal +Series of fonts contains a full host of characters for languages using +syllabics, Cherokee, and Roman orthography, and was designed +specifically for on-screen viewing. + +#%%description -l pl.UTF-8 +# TODO + +%prep +%setup -q -c -a1 + +%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) +%{ttffontsdir}/AboriginalSans*.ttf +%{ttffontsdir}/AboriginalSerif*.ttf -- 2.43.0