]> git.pld-linux.org Git - packages/fonts-TTF-DejaVu.git/blame_incremental - fonts-TTF-DejaVu.spec
- tabs in preamble
[packages/fonts-TTF-DejaVu.git] / fonts-TTF-DejaVu.spec
... / ...
CommitLineData
1%define _name dejavu
2%define _rel 1
3Summary: Bitstream Vera True Type fonts fork with latin-ext-A characters
4Summary(pl.UTF-8): Odłam fontów True Type Bitstream Vera ze znakami latin-ext-A
5Name: fonts-TTF-DejaVu
6Version: 2.12
7Release: 1
8License: distributable
9Group: Fonts
10Source0: http://dl.sourceforge.net/dejavu/%{_name}-ttf-%{version}.tar.bz2
11# Source0-md5: b32c9180fc4eb688ec7e61d2dd99a991
12URL: http://dejavu.sourceforge.net/wiki/index.php/Main_Page
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
22additional characters from Latin Extended-A set.
23
24%description -l pl.UTF-8
25DejaVu to zestaw fontów oparty na Bitstream Vera z dodanymi znakami
26Latin Extened-A.
27
28%prep
29%setup -q -n %{_name}-ttf-%{version}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_ttffontsdir}
34
35install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%post
41fontpostinst TTF
42
43%postun
44fontpostinst TTF
45
46%files
47%defattr(644,root,root,755)
48%doc AUTHORS BUGS README NEWS
49%{_ttffontsdir}/*
This page took 0.023161 seconds and 4 git commands to generate.