]> git.pld-linux.org Git - packages/fonts-TTF-RiordonFancy.git/blob - fonts-TTF-RiordonFancy.spec
- BR: unzip
[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 BuildRequires:  unzip
12 Requires(post,postun):  fontpostinst
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         ttffontsdir     %{_fontsdir}/TTF
17
18 %description
19 RiordonFancy is a font designed one paper by the ten year old Riordon
20 Turner. It contains the whole ASCII set, Polish, Czech, Spanish and
21 Portuguese diacritics and an interrobang.
22
23 %description -l pl.UTF-8
24 RiordonFancy jest czcionką zaprojektowaną na papierze przez
25 dziesięcioletnią Riordon Turner. Zawiera kompletny zestaw znaków
26 ASCII, polskie, czeskie, hiszpańskie i portugalskie znaki diakrytyczne
27 oraz interrobang.
28
29 %prep
30 %setup -q -c
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{ttffontsdir}
35
36 install RiordonFancy.ttf $RPM_BUILD_ROOT%{ttffontsdir}/RiordonFancy.ttf
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %post
42 fontpostinst TTF
43
44 %postun
45 fontpostinst TTF
46
47 %files
48 %defattr(644,root,root,755)
49 %doc fontlog.txt readme.txt
50 %{ttffontsdir}/*.ttf
This page took 0.104207 seconds and 3 git commands to generate.