]> git.pld-linux.org Git - packages/fonts-OTF-freefont.git/blob - fonts-OTF-freefont.spec
- OpenType version of freefont
[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:        20080324
5 Release:        1
6 License:        GPL v2
7 Group:          Fonts
8 Source0:        http://ftp.gnu.org/gnu/freefont/freefont-otf-%{version}.zip
9 # Source0-md5:  192af4416fd0cf029204c69d220c88be
10 URL:            http://www.gnu.org/software/freefont/
11 BuildRequires:  unzip
12 Requires(post,postun):  fontpostinst
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         otffontsdir     %{_fontsdir}/OTF
17
18 %description
19 This project aims to provide a set of free scalable fonts covering the
20 ISO 10646/Unicode UCS (Universal Character Set).
21
22 %description -l pl.UTF-8
23 Celem tego projektu jest udostępnienie zestawu wolnodostępnych fontów
24 skalowalnych pokrywających zakres uniwersalnego zestawu znaków ISO
25 10646/Unicode.
26
27 %prep
28 %setup -q -n freefont-%{version}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{otffontsdir}
33
34 install *.otf $RPM_BUILD_ROOT%{otffontsdir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 fontpostinst OTF
41
42 %postun
43 fontpostinst OTF
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS CREDITS ChangeLog README
48 %{otffontsdir}/FreeMono*.otf
49 %{otffontsdir}/FreeSans*.otf
50 %{otffontsdir}/FreeSerif*.otf
This page took 0.072073 seconds and 4 git commands to generate.