]> git.pld-linux.org Git - packages/fonts-TTF-Languagegeek.git/blame - fonts-TTF-Languagegeek.spec
- initial
[packages/fonts-TTF-Languagegeek.git] / fonts-TTF-Languagegeek.spec
CommitLineData
1138d95c 1Summary: Free TrueType fonts for Canadian syllabics
2Summary(pl.UTF-8): Wolnodostępne fonty TrueType dla sylabariuszy kanadyjskich
3Name: fonts-TTF-Languagegeek
4Version: 9.601
5Release: 1
6License: GPL v3
7Group: Fonts
8Source0: http://www.languagegeek.com/font/AboriginalSerif.zip
9# Source0-md5: deb6fcf99db5f9da540fd2a7c255a4f8
10Source1: http://www.languagegeek.com/font/AboriginalSans.zip
11# Source1-md5: 3799ae7693a4dafb985b1ee4f047ff05
12URL: http://www.languagegeek.com/font/fontdownload.html
13BuildRequires: unzip
14Requires(post,postun): fontpostinst
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define ttffontsdir %{_fontsdir}/TTF
19
20%description
21Languagegeek provides, free of charge, a number of quality fonts for
22native languages across North America and the world. The Aboriginal
23Series of fonts contains a full host of characters for languages using
24syllabics, Cherokee, and Roman orthography, and was designed
25specifically for on-screen viewing.
26
27#%%description -l pl.UTF-8
28# TODO
29
30%prep
31%setup -q -c -a1
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{ttffontsdir}
36
37install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%post
43fontpostinst TTF
44
45%postun
46fontpostinst TTF
47
48%files
49%defattr(644,root,root,755)
50%{ttffontsdir}/AboriginalSans*.ttf
51%{ttffontsdir}/AboriginalSerif*.ttf
This page took 0.101931 seconds and 4 git commands to generate.