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