]> git.pld-linux.org Git - packages/fonts-TTF-RiordonFancy.git/blob - fonts-TTF-RiordonFancy.spec
- changed source to OFL
[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:        2
5 Release:        2
6 License:        SIL Open Font License
7 Group:          Fonts
8 Source0:        http://openfontlibrary.org/people/tthurman/tthurman_-_Riordon_Fancy.ttf
9 # Source0-md5:  38940c142b4468f1728dfddcdcebdf69
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 and an interrobang.
20
21 %description -l pl.UTF-8
22 RiordonFancy jest czcionką zaprojektowaną na papierze przez
23 dziesięcioletnią Riordon Turner. Zawiera kompletny zestaw znaków ASCII
24 oraz interrobang.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{ttffontsdir}
31
32 install %{SOURCE0} $RPM_BUILD_ROOT%{ttffontsdir}/RiordonFancy.ttf
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %post
38 fontpostinst TTF
39
40 %postun
41 fontpostinst TTF
42
43 %files
44 %defattr(644,root,root,755)
45 %{ttffontsdir}/*.ttf
This page took 0.170518 seconds and 3 git commands to generate.