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