]> git.pld-linux.org Git - packages/fonts-TTF-darkgarden.git/blame - fonts-TTF-darkgarden.spec
- tabs in preamble
[packages/fonts-TTF-darkgarden.git] / fonts-TTF-darkgarden.spec
CommitLineData
ec9dfdc9 1%define _name darkgarden
2Summary: Dark Garden font
e3c0a878 3Summary(pl.UTF-8): Czcionka dark garden
ec9dfdc9 4Name: fonts-TTF-%{_name}
5Version: 1.1
6Release: 1
7License: GPL
8Group: Fonts
9Source0: http://darkgarden.sourceforge.net/%{_name}-%{version}.ttf.zip
10# Source0-md5: 53bceb50cb4733c4bfcdf1e136ea8802
11URL: http://www.kde-look.org/content/show.php?content=12772
12BuildRequires: unzip
13Requires(post,postun): fontpostinst
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define ttffontsdir %{_fontsdir}/TTF
18
19%description
20Dark Garden is a decorative outline font of unusual shape. The
21typeface is based on author's original hand drawings. The letterform
22is complex, with all characters decorated with spikes resembling
23thorns or flames, character spacing is very dense. Includes west and
402fd84c 24central European characters and some punctuation marks. Every non
ec9dfdc9 25ASCII letter has been drawn anew instead of basing on the ASCII
26equivalent.
27
190874c7
JR
28%description -l pl.UTF-8
29Dark Garden to dekoracyjna czcionka konturowa o niezwykłym kształcie.
30Jej krój jest wzorowany na charakterze pisma autora. Styl liter jest
31zróżnicowany, wszystkie są udekorowane kolcami podobnymi do cierni lub
32płomieni. Odstępy między znakami. Zawiera litery z alfabetów
33zachodniej i środkowej Europy oraz niektóre znaki interpunkcyjne.
34Każda litera spoza ASCII została stworzona od zera, bez bazowania na
ec9dfdc9 35jej odpowiedniku z ASCII.
36
37%prep
38%setup -q -n %{_name}-%{version}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT%{ttffontsdir}
43
44install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post
50fontpostinst TTF
51
52%postun
53fontpostinst TTF
54
55%files
56%defattr(644,root,root,755)
57%doc README.txt ChangeLog.txt
58%{ttffontsdir}/*.ttf
This page took 0.080986 seconds and 4 git commands to generate.