]> git.pld-linux.org Git - packages/fonts-OTF-Inconsolata.git/blame - fonts-OTF-Inconsolata.spec
- tabs in preamble
[packages/fonts-OTF-Inconsolata.git] / fonts-OTF-Inconsolata.spec
CommitLineData
26cdcef1 1%define _name Inconsolata
2Summary: High-resolution code font
4cb943c1 3Summary(pl.UTF-8): Wysokiej rozdzielczości font do kodu
26cdcef1 4Name: fonts-OTF-Inconsolata
5Version: 001.000
6Release: 1
7bb916b8 7License: Unknown (Will be GPL or SIL Open Font License when finished)
26cdcef1 8Group: Fonts
9Source0: http://www.levien.com/type/myfonts/%{_name}.otf
10# Source0-md5: dc1e556d2fab230145c1cc2df466ec07
11URL: http://www.levien.com/type/myfonts/inconsolata.html
12Requires(post,postun): fontpostinst
13Requires: %{_fontsdir}/OTF
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _otffontsdir %{_fontsdir}/OTF
18
19%description
ca32f8c4 20Inconsolata is a monospace font, designed for code listings and the
21like, in print. There are a great many "programmer fonts," designed
22primarily for use on the screen, but in most cases do not have the
23attention to detail for high resolution rendering.
26cdcef1 24
12d15f23
JR
25%description -l pl.UTF-8
26Inconsolata to font o stałej szerokości zaprojektowany do wydruków
27listingów kodu i podobnych celów. Jest wiele dobrych "fontów
28programistów" zaprojektowanych głównie do używania na ekranie, ale w
29większości przypadków nie są dopracowane pod kątem wysokiej
30rozdzielczości.
43f8313f 31
26cdcef1 32%prep
33%setup -q -c -T
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_otffontsdir}
38
39install %{SOURCE0} $RPM_BUILD_ROOT%{_otffontsdir}
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%post
45fontpostinst OTF
46
47%postun
48fontpostinst OTF
49
50%files
51%defattr(644,root,root,755)
52%{_otffontsdir}/*
This page took 0.050814 seconds and 4 git commands to generate.