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