]> git.pld-linux.org Git - packages/fonts-TTF-RiordonFancy.git/blob - fonts-TTF-RiordonFancy.spec
b90989a769b8ae1ed75c8800b8f202a972e721d1
[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:        4
5 Release:        1
6 License:        SIL Open Font License
7 Group:          Fonts
8 Source0:        http://openfontlibrary.org/people/tthurman/tthurman_-_Riordon_Fancy.zip
9 # Source0-md5:  b60772543ccb9bb95d4a6199f0054ef1
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 %setup -q -c
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{ttffontsdir}
34
35 install RiordonFancy.ttf $RPM_BUILD_ROOT%{ttffontsdir}/RiordonFancy.ttf
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %post
41 fontpostinst TTF
42
43 %postun
44 fontpostinst TTF
45
46 %files
47 %defattr(644,root,root,755)
48 %doc fontlog.txt readme.txt
49 %{ttffontsdir}/*.ttf
This page took 0.04498 seconds and 2 git commands to generate.