]> git.pld-linux.org Git - packages/fonts-TTF-DejaVu.git/blob - fonts-TTF-DejaVu.spec
8fbb023cb21b244e9e76630381da02a24a501e96
[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.8
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:  457a65df76a2c3695f9f265cfa5797b4
11 #Source1:       %{name}.Fontmap
12 URL:            http://www.srnet.cz/~stepan/en/sw/dejavu.shtml
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 rozszerzonym
26 wsparciem dla znaków 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.023109 seconds and 2 git commands to generate.