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