]> git.pld-linux.org Git - packages/fonts-TTF-RiordonFancy.git/blob - fonts-TTF-RiordonFancy.spec
47d2d1e733052a83b8fdca57ba095d864e5f49d1
[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:        1
6 License:        Creative Commons cc-by-nc
7 Group:          Fonts
8 Source0:        http://dorothy.thurman.org.uk/~tthurman/RiordonFancy/RiordonFancy.ttf
9 # Source0-md5:  9d7cb93b5678b36f447bb04f2babd5ae
10 URL:            http://blogs.gnome.org/tthurman/2008/12/27/riordonfancy-version-2/
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}
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.037029 seconds and 2 git commands to generate.