]> git.pld-linux.org Git - packages/fonts-TTF-DejaVu.git/blob - fonts-TTF-DejaVu.spec
e9f1ce9c6dec21e901ca5f88f102d8246bc8b86e
[packages/fonts-TTF-DejaVu.git] / fonts-TTF-DejaVu.spec
1 %define         _name   dejavu
2 Summary:        Bitstream Vera True Type fonts fork with latin-ext-A characters
3 Summary(pl):    Od³am fontów True Type Bitstream Vera ze znakami latin-ext-A
4 Name:           fonts-TTF-DejaVu
5 Version:        1.4
6 Release:        1
7 License:        distributable
8 Group:          Fonts
9 Source0:        http://www.srnet.cz/~stepan/sw/data/%{_name}-ttf-%{version}.tar.gz
10 # Source0-md5:  16002b942c031a2596db8ccecc90402e
11 # Source0-size: 372408
12 #Source1:       %{name}.Fontmap
13 URL:            http://www.srnet.cz/~stepan/en/sw/dejavu.shtml
14 Requires(post,postun):  fontpostinst
15 Requires:       %{_fontsdir}/TTF
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _ttffontsdir    %{_fontsdir}/TTF
20
21 %description
22 DejaVu is a set of fonts based on Bitstream Vera fonts which have
23 additional characters from Latin Extended-A set.
24
25 %description -l pl
26 DejaVu to zestaw fontów oparty na Bitstream Vera z rozszerzonym
27 wsparciem dla znaków Latin Extened-A.
28
29 %prep
30 %setup -q -n %{_name}-ttf-%{version}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
35
36 install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
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 AUTHORS BUGS README NEWS
50 %{_ttffontsdir}/*
This page took 0.024862 seconds and 2 git commands to generate.