]> git.pld-linux.org Git - packages/fonts-TTF-DejaVu.git/blame - fonts-TTF-DejaVu.spec
- a bitstream vera fork, contains czech characters (also polish ł and ć), will add...
[packages/fonts-TTF-DejaVu.git] / fonts-TTF-DejaVu.spec
CommitLineData
2f5c820f 1%define _name dejavu
2Summary: Bitstream Vera True Type fonts fork with latin-ext-A characters
3Summary(pl): Odłam czionek True Type Bitstream Vera ze znakami latin-ext-A
4Name: fonts-TTF-DejaVu
5Version: 1.0
6Release: 1
7License: distributable
8Group: Fonts
9Source0: http://www.srnet.cz/~stepan/sw/data/%{_name}-ttf-%{version}.tar.gz
10# Source0-md5: 1289834767d32c4ae3b4d27c2558eb54
11#Source1: %{name}.Fontmap
12URL: http://www.gnome.org/fonts/
13Requires(post,postun): fontpostinst
14Requires: %{_fontsdir}/TTF
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _ttffontsdir %{_fontsdir}/TTF
19
20%description
21DejaVu is a set of fonts based on Bitstream Vera fonts which have additional characters from Latin Extended-A set.
22
23%description -l pl
24DejaVu to zestaw czcionek oparty na Bitstream Vera z rozszerzonym wsparciem dla znaków Latin Extened-A.
25
26%prep
27%setup -q -n %{_name}-ttf-%{version}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT%{_ttffontsdir}
32install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%post
38fontpostinst TTF
39
40%postun
41fontpostinst TTF
42
43%files
44%defattr(644,root,root,755)
45%doc README
46%{_ttffontsdir}/*
This page took 0.024818 seconds and 4 git commands to generate.