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