]> git.pld-linux.org Git - packages/fonts-TTF-RiordonFancy.git/blob - fonts-TTF-RiordonFancy.spec
459af6b128bfb317d9316feabc89bb1c8f7e15fe
[packages/fonts-TTF-RiordonFancy.git] / fonts-TTF-RiordonFancy.spec
1 Summary:        RiordonFancy TrueType font
2 Summary(pl.UTF-8):      Czcionka TrueType RiordonFancy
3 Name:           fonts-TTF-RiordonFancy
4 Version:        3
5 Release:        1
6 License:        SIL Open Font License
7 Group:          Fonts
8 Source0:        http://openfontlibrary.org/people/tthurman/tthurman_-_Riordon_Fancy.ttf
9 # Source0-md5:  92398bb64d1d5e8e87925a8ca9077ca2
10 URL:            http://openfontlibrary.org/media/files/tthurman/354
11 Requires(post,postun):  fontpostinst
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         ttffontsdir     %{_fontsdir}/TTF
16
17 %description
18 RiordonFancy is a font designed one paper by the ten year old Riordon
19 Turner. It contains the whole ASCII set, Polish, Czech, Spanish and
20 Portuguese diacritics and an interrobang.
21
22 %description -l pl.UTF-8
23 RiordonFancy jest czcionką zaprojektowaną na papierze przez
24 dziesięcioletnią Riordon Turner. Zawiera kompletny zestaw znaków
25 ASCII, polskie, czeskie, hiszpańskie i portugalskie znaki diakrytyczne
26 oraz interrobang.
27
28 %prep
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{ttffontsdir}
33
34 install %{SOURCE0} $RPM_BUILD_ROOT%{ttffontsdir}/RiordonFancy.ttf
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 fontpostinst TTF
41
42 %postun
43 fontpostinst TTF
44
45 %files
46 %defattr(644,root,root,755)
47 %{ttffontsdir}/*.ttf
This page took 0.084968 seconds and 3 git commands to generate.