]> git.pld-linux.org Git - packages/fonts-TTF-Andagii.git/blame - fonts-TTF-Andagii.spec
typo
[packages/fonts-TTF-Andagii.git] / fonts-TTF-Andagii.spec
CommitLineData
fbba20a8 1Summary: Free TrueType font for Osmanya, Ugaritic and Shavian scripts
4311e56f 2Summary(pl.UTF-8): Wolnodostępny font TrueType dla pism: osmanija, ugaryckiego i Shawa
fbba20a8 3Name: fonts-TTF-Andagii
4Version: 1.0
5Release: 1
6License: Copyleft
7Group: Fonts
8Source0: http://www.i18nguy.com/unicode/andagii.zip
9# Source0-md5: cb4c49de7e3af594e87e4e4ad9d06f42
10BuildRequires: unzip
11Requires(post,postun): fontpostinst
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define ttffontsdir %{_fontsdir}/TTF
16
17%description
18Mark Williamson has created a TrueType font for the Osmanya script
19named Andagii. The font file also supports Ugaritic and Shavian.
20
21%prep
22%setup -q -c
23
24%install
25rm -rf $RPM_BUILD_ROOT
26install -d $RPM_BUILD_ROOT%{ttffontsdir}
27
28install *.TTF $RPM_BUILD_ROOT%{ttffontsdir}
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%post
34fontpostinst TTF
35
36%postun
37fontpostinst TTF
38
39%files
40%defattr(644,root,root,755)
41%{ttffontsdir}/*.TTF
This page took 0.061662 seconds and 4 git commands to generate.