]> git.pld-linux.org Git - packages/fonts-TTF-bitstream-vera.git/blob - fonts-TTF-bitstream-vera.spec
- rel 4
[packages/fonts-TTF-bitstream-vera.git] / fonts-TTF-bitstream-vera.spec
1 %define tarname ttf-bitstream-vera
2 Summary:        Bitstream Vera True Type fonts
3 Summary(pl.UTF-8):      Fonty True Type Bitstream Vera
4 Name:           fonts-TTF-bitstream-vera
5 Version:        1.10
6 Release:        4
7 License:        distributable
8 Group:          Fonts
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/%{tarname}-%{version}.tar.bz2
10 # Source0-md5:  bb22bd5b4675f5dbe17c6963d8c00ed6
11 #Source1:       %{name}.Fontmap
12 URL:            http://www.gnome.org/fonts/
13 Requires(post,postun):  fontpostinst
14 Requires:       %{_fontsdir}/TTF
15 Obsoletes:      fonts-ttf-bitstream-vera
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _ttffontsdir    %{_fontsdir}/TTF
20
21 %description
22 This package contains Bitstream Vera True Type fonts (TTF).
23
24 %description -l pl.UTF-8
25 Pakiet ten zawiera fonty True Type (TTF) Bitstream Vera.
26
27 %prep
28 %setup -q -n %{tarname}-%{version}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
33 install *.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 # README.TXT is almost empty
47 %doc COPYRIGHT.TXT RELEASENOTES.TXT
48 %{_ttffontsdir}/*
This page took 0.259724 seconds and 4 git commands to generate.