]> git.pld-linux.org Git - packages/fonts-OTF-Inconsolata.git/blob - fonts-OTF-Inconsolata.spec
- temporary license note
[packages/fonts-OTF-Inconsolata.git] / fonts-OTF-Inconsolata.spec
1 %define         _name   Inconsolata
2 Summary:        High-resolution code font
3 Name:           fonts-OTF-Inconsolata
4 Version:        001.000
5 Release:        1
6 License:        Unknown (Will be GPL or SIL Open Font License when finished)
7 Group:          Fonts
8 Source0:        http://www.levien.com/type/myfonts/%{_name}.otf
9 # Source0-md5:  dc1e556d2fab230145c1cc2df466ec07
10 URL:            http://www.levien.com/type/myfonts/inconsolata.html
11 Requires(post,postun):  fontpostinst
12 Requires:       %{_fontsdir}/OTF
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _otffontsdir    %{_fontsdir}/OTF
17
18 %description
19 Inconsolata is a monospace font, designed for code listings and the like, in print. There are a great many "programmer fonts," designed primarily for use on the screen, but in most cases do not have the attention to detail for high resolution rendering.
20
21 %prep
22 %setup -q -c -T
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_otffontsdir}
27
28 install %{SOURCE0} $RPM_BUILD_ROOT%{_otffontsdir}
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %post
34 fontpostinst OTF
35
36 %postun
37 fontpostinst OTF
38
39 %files
40 %defattr(644,root,root,755)
41 %{_otffontsdir}/*
This page took 0.02748 seconds and 4 git commands to generate.