]> git.pld-linux.org Git - packages/fonts-TTF-RedHat-liberation1.git/blob - fonts-TTF-RedHat-liberation.spec
50eabf0fd54edbc6a4ee16369843e6f04166a8dc
[packages/fonts-TTF-RedHat-liberation1.git] / fonts-TTF-RedHat-liberation.spec
1 Summary:        Fonts to replace commonly used Microsoft Windows Fonts
2 Summary(pl.UTF-8):      Fonty zastępujące popularne fonty z Microsoft Windows
3 Name:           fonts-TTF-RedHat-liberation
4 Version:        1.07.1
5 Release:        1
6 Epoch:          1
7 License:        GPL v2 + exceptions
8 Group:          Fonts
9 Source0:        https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-%{version}.tar.gz
10 # Source0-md5:  285688d374ed03193ec5f8304d88cb8e
11 Source1:        %{name}.fontconfig
12 Source2:        generate.pe
13 URL:            https://fedorahosted.org/liberation-fonts/
14 BuildRequires:  fontforge >= 20090923
15 BuildRequires:  unzip
16 Requires(post,postun):  fontpostinst
17 Requires:       %{_fontsdir}/TTF
18 Obsoletes:      liberation-fonts-ttf
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _ttffontsdir    %{_fontsdir}/TTF
23
24 %description
25 The Liberation Fonts are intended to be replacements for the three
26 most commonly used fonts on Microsoft systems.
27
28 There are three sets: Sans (a substitute for Arial, Albany, Helvetica,
29 Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times
30 New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono
31 (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and
32 Bitstream Vera Sans Mono).
33
34 %description -l pl.UTF-8
35 Fonty Liberation mają być zamiennikami trzech najczęściej używanych
36 fontów z systemów Microsoftu.
37
38 Pakiet zawiera trzy zestawy: Sans (zamiennik dla Arial, Albany,
39 Helvetica, Nimbus Sans L i Bitstream Vera Sans), Serif (zamiennik dla
40 Times New Roman, Thorndale, Nimbus Roman i Bitstream Vera Serif) i
41 Mono (zamiennik dla Courier New, Cumberland, Courier, Nimbus Mono L i
42 Bitstream Vera Sans Mono).
43
44 %prep
45 %setup -q -n liberation-fonts-%{version}
46 install -m755 %{SOURCE2} .
47
48 %build
49 rm -f *.ttf
50  ./generate.pe src/*.sfd
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
55 install -d $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.avail
56 install -d $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
57
58 cp -a *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
59 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.avail/60-liberation.conf
60 ln -s ../conf.avail/60-liberation.conf $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post
66 fontpostinst TTF
67
68 %postun
69 fontpostinst TTF
70
71 %files
72 %defattr(644,root,root,755)
73 %doc AUTHORS ChangeLog License.txt README
74 %{_ttffontsdir}/LiberationMono*.ttf
75 %{_ttffontsdir}/LiberationSans*.ttf
76 %{_ttffontsdir}/LiberationSerif*.ttf
77 %{_sysconfdir}/fonts/conf.avail/60-liberation.conf
78 %{_sysconfdir}/fonts/conf.d/60-liberation.conf
This page took 0.042106 seconds and 2 git commands to generate.