]> git.pld-linux.org Git - packages/fonts-TTF-DejaVu.git/blob - fonts-TTF-DejaVu.spec
01c51c61a4a4ea1c03d171c686813158f747a9b1
[packages/fonts-TTF-DejaVu.git] / fonts-TTF-DejaVu.spec
1 %define         _name   dejavu
2 %define         _rel    1
3 Summary:        Bitstream Vera True Type fonts fork with latin-ext-A characters
4 Summary(pl):    Od³am fontów True Type Bitstream Vera ze znakami latin-ext-A
5 Name:           fonts-TTF-DejaVu
6 Version:        2.9
7 Release:        1
8 License:        distributable
9 Group:          Fonts
10 Source0:        http://dl.sourceforge.net/dejavu/%{_name}-ttf-%{version}.tar.gz
11 # Source0-md5:  21fc0170070fb401b8657c22d23dbfe9
12 URL:            http://dejavu.sourceforge.net/wiki/index.php/Main_Page
13 Requires(post,postun):  fontpostinst
14 Requires:       %{_fontsdir}/TTF
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _ttffontsdir    %{_fontsdir}/TTF
19
20 %description
21 DejaVu is a set of fonts based on Bitstream Vera fonts which have
22 additional characters from Latin Extended-A set.
23
24 %description -l pl
25 DejaVu to zestaw fontów oparty na Bitstream Vera z dodanymi znakami
26 Latin Extened-A.
27
28 %prep
29 %setup -q -n %{_name}-ttf-%{version}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
34
35 install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %post
41 fontpostinst TTF
42
43 %postun
44 fontpostinst TTF
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS BUGS README NEWS
49 %{_ttffontsdir}/*
This page took 0.069388 seconds and 2 git commands to generate.