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