]> git.pld-linux.org Git - packages/fonts-TTF-bitstream-vera.git/blame - fonts-TTF-bitstream-vera.spec
- s#X11/Fonts#Fonts#
[packages/fonts-TTF-bitstream-vera.git] / fonts-TTF-bitstream-vera.spec
CommitLineData
ed6816dc 1%define tarname ttf-bitstream-vera
653f4752
TP
2Summary: Bitstream Vera True Type fonts
3Summary(pl): Fonty True Type Bitstream Vera
ed6816dc
AF
4Name: fonts-ttf-bitstream-vera
5Version: 1.10
f7f7debe 6Release: 1
ed6816dc 7License: distributable
b15e23d1 8Group: Fonts
ed6816dc
AF
9Source0: http://ftp.gnome.org/pub/GNOME/sources/%{tarname}/1.10/%{tarname}-%{version}.tar.bz2
10# Source0-md5: bb22bd5b4675f5dbe17c6963d8c00ed6
11#Source1: %{name}.Fontmap
f7f7debe
TP
12URL: http://www.gnome.org/fonts/
13Requires(post,postun): fontpostinst
14Requires: %{_fontsdir}/TTF
ed6816dc
AF
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _ttffontsdir %{_fontsdir}/TTF
19
20%description
653f4752 21This package contains Bitstream Vera True Type fonts (TTF).
f7f7debe
TP
22
23%description -l pl
653f4752 24Pakiet ten zawiera fonty True Type (TTF) Bitstream Vera.
ed6816dc
AF
25
26%prep
27%setup -q -n %{tarname}-%{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
f7f7debe 38fontpostinst TTF
ed6816dc
AF
39
40%postun
f7f7debe 41fontpostinst TTF
ed6816dc
AF
42
43%files
44%defattr(644,root,root,755)
45# README.TXT is almost empty
46%doc COPYRIGHT.TXT RELEASENOTES.TXT
47%{_ttffontsdir}/*
This page took 0.133186 seconds and 4 git commands to generate.