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