]> git.pld-linux.org Git - packages/fonts-OTF-freefont.git/blob - fonts-OTF-freefont.spec
6470cac02e3b1ce5d0adb80334a717431870c3ad
[packages/fonts-OTF-freefont.git] / fonts-OTF-freefont.spec
1 Summary:        Free UCS scalable fonts in OpenType format
2 Summary(pl.UTF-8):      Wolnodostępne skalowalne fonty UCS w formacie OpenType
3 Name:           fonts-OTF-freefont
4 Version:        20120503
5 Release:        2
6 License:        GPL v2
7 Group:          Fonts
8 Source0:        http://ftp.gnu.org/gnu/freefont/freefont-otf-%{version}.tar.gz
9 # Source0-md5:  e23c149a4cc494ac1f473f13cca16b67
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         otffontsdir     %{_fontsdir}/OTF
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%{otffontsdir}
32
33 install *.otf $RPM_BUILD_ROOT%{otffontsdir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %post
39 fontpostinst OTF
40
41 %postun
42 fontpostinst OTF
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS CREDITS ChangeLog README
47 %{otffontsdir}/FreeMono*.otf
48 %{otffontsdir}/FreeSans*.otf
49 %{otffontsdir}/FreeSerif*.otf
This page took 0.087927 seconds and 2 git commands to generate.