]> git.pld-linux.org Git - packages/fonts-TTF-RedHat-liberation.git/blame - fonts-TTF-RedHat-liberation.spec
- pl
[packages/fonts-TTF-RedHat-liberation.git] / fonts-TTF-RedHat-liberation.spec
CommitLineData
7e548dc0
PZ
1%define _name liberation-fonts
2Summary: Fonts to replace commonly used Microsoft Windows Fonts
cec7558f 3Summary(pl.UTF-8): Fonty zastępujące popularne fonty z Microsoft Windows
7e548dc0
PZ
4Name: fonts-TTF-RedHat-liberation
5Version: 0.1
6Release: 1
7License: GPL v2 + exceptions
8Group: Fonts
9Source0: %{_name}-%{version}.tar.gz
10# Source0-md5: a874631c4641e8496cd9be5c7da74b48
11URL: https://www.redhat.com/promo/fonts/
12Requires(post,postun): fontpostinst
13Requires: %{_fontsdir}/TTF
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _ttffontsdir %{_fontsdir}/TTF
18
19%description
20The Liberation Fonts are intended to be replacements for the three
21most commonly used fonts on Microsoft systems: Times New Roman,
22Arial, and Courier New.
23
cec7558f
JB
24%description -l pl.UTF-8
25Fonty Liberation mają być zamiennikami trzech najczęściej używanych
26fontów z systemów Microsoftu: Times New Roman, Arial i Courier New.
27
7e548dc0
PZ
28%prep
29%setup -c -n %{_name}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_ttffontsdir}
34
35install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%post
41fontpostinst TTF
42
43%postun
44fontpostinst TTF
45
46%files
47%defattr(644,root,root,755)
48%{_ttffontsdir}/*
This page took 0.078841 seconds and 4 git commands to generate.