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