]> git.pld-linux.org Git - packages/fonts-TTF-RiordonFancy.git/blame - fonts-TTF-RiordonFancy.spec
- changed source to OFL
[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
4Version: 2
dbe62a25 5Release: 2
6License: SIL Open Font License
9c2e011f 7Group: Fonts
dbe62a25 8Source0: http://openfontlibrary.org/people/tthurman/tthurman_-_Riordon_Fancy.ttf
9# Source0-md5: 38940c142b4468f1728dfddcdcebdf69
10URL: http://openfontlibrary.org/media/files/tthurman/354
c7c700a1 11Requires(post,postun): fontpostinst
9c2e011f 12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define ttffontsdir %{_fontsdir}/TTF
16
17%description
18RiordonFancy is a font designed one paper by the ten year old Riordon
19Turner. It contains the whole ASCII set and an interrobang.
20
21%description -l pl.UTF-8
22RiordonFancy jest czcionką zaprojektowaną na papierze przez
23dziesięcioletnią Riordon Turner. Zawiera kompletny zestaw znaków ASCII
24oraz interrobang.
25
26%prep
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{ttffontsdir}
31
dbe62a25 32install %{SOURCE0} $RPM_BUILD_ROOT%{ttffontsdir}/RiordonFancy.ttf
9c2e011f 33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%post
38fontpostinst TTF
39
40%postun
41fontpostinst TTF
42
43%files
44%defattr(644,root,root,755)
45%{ttffontsdir}/*.ttf
This page took 0.073846 seconds and 4 git commands to generate.