]> git.pld-linux.org Git - packages/fonts-TTF-freefont.git/blob - fonts-TTF-freefont.spec
- up to 20090104
[packages/fonts-TTF-freefont.git] / fonts-TTF-freefont.spec
1 Summary:        Free UCS scalable fonts in TrueType format
2 Summary(pl.UTF-8):      Wolnodostępne skalowalne fonty UCS w formacie TrueType
3 Name:           fonts-TTF-freefont
4 Version:        20090104
5 Release:        1
6 License:        GPL v2
7 Group:          Fonts
8 Source0:        http://ftp.gnu.org/gnu/freefont/freefont-ttf-%{version}.tar.gz
9 # Source0-md5:  1128bb17763cde6990eacd5996f7def7
10 URL:            http://www.gnu.org/software/freefont/
11 Requires(post,postun):  fontpostinst
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         ttffontsdir     %{_fontsdir}/TTF
16
17 %description
18 This project aims to provide a set of free scalable fonts covering the
19 ISO 10646/Unicode UCS (Universal Character Set).
20
21 %description -l pl.UTF-8
22 Celem tego projektu jest udostępnienie zestawu wolnodostępnych fontów
23 skalowalnych pokrywających zakres uniwersalnego zestawu znaków ISO
24 10646/Unicode.
25
26 %prep
27 %setup -q -n freefont-%{version}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{ttffontsdir}
32
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 %doc AUTHORS CREDITS ChangeLog README
47 %{ttffontsdir}/FreeMono*.ttf
48 %{ttffontsdir}/FreeSans*.ttf
49 %{ttffontsdir}/FreeSerif*.ttf
This page took 0.091305 seconds and 3 git commands to generate.